difftime (3) Linux Manual Page
NAME difftime – calculate time difference SYNOPSIS #include <time.h> double difftime(time_t time1, time_t time0); DESCRIPTION The difftime() function returns the number of seconds elapsed between time time1 and time time0, represented as a double. Each of the times is specified in calendar time, which means its value is a measurement (in seconds) relative to the…
