Copyright Digital Equipment Corp. All rights reserved.

difftime

   Computes the difference, in seconds, between the two times
   specified by the time1 and time2 arguments.

   Format

     #include  <time.h>

     double difftime  (time_t time2, time_t time1);
 


Additional information available:

Arguments       Description     Return_Value