Computes the difference, in seconds, between the two times specified by the time1 and time2 arguments.
#include <time.h> double difftime (time_t time2, time_t time1);
typedef unsigned long int time_t
n | time2 - time1 in seconds expressed as a double. |