This function is Hardware-specific implementation. It is not implemented in this Compiler.
#include <time.h>
double difftime(time_t *t1, time_t t0);
difftime() calculates the number of seconds between any two calendar times.
The number of seconds between the two times, as a double.