2.15.5 difftime
Declaration:
double difftime(time_ttime1, time_ttime2);
Calculates the difference of seconds between time1 and time2 (time1-time2).
Returns the number of seconds.
Declaration:
double difftime(time_ttime1, time_ttime2);
Calculates the difference of seconds between time1 and time2 (time1-time2).
Returns the number of seconds.