difftime()

This function is Hardware-specific implementation. It is not implemented in this Compiler.

Syntax
  #include <time.h>
  
  double difftime(time_t *t1, time_t t0);

  
Description

difftime() calculates the number of seconds between any two calendar times.

Return

The number of seconds between the two times, as a double.

See also

mktime()

time()