difftime - computes the difference between two calendar times
#include <time.h> double difftime(time_t time1, time_t time0);
The difftime() function computes the difference between two calendar times.
The difftime() functions returns the difference (time1-time0) expressed in seconds as a double.
The difftime() function is provided because there are no general arithmetic properties defined for type time_t.
See attributes(5) for descriptions of the following attributes:
|
ctime(3C), attributes(5), standards(5)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |