ref: a0e34a8b86c340b8b3517c6dbdcde1de8c8ca39a
dir: /doc/man3/difftime.3/
.TH DIFFTIME 3 .SH NAME difftime - calculate time difference .SH SYNOPSIS #include <time.h> double difftime(time_t time1, time_t time0) .SH DESCRIPTION The .BR difftime () function returns the difference (time1 - time0) between time .I time1 and time .IR time0 . .SH RETURN VALUE The value returned is the number of seconds elapsed, represented as a double. .SH STANDARDS ISO/IEC 9899:1999 Section 7.23.2.2 Paragraph 1,2,3 .SH SEE ALSO .BR time.h (3)