MicrOS
|
#include "../time.h"
Functions | |
double | difftime (time_t end, time_t beginning) |
Return difference between two times. More... | |
Return difference between two times.
Calculates the difference in seconds between beginning and end.
end | Higher bound of the time interval whose length is calculated. |
beginning | Lower bound of the time interval whose length is calculated. If this describes a time point later than end, the result is negative. |