#include <time.h> int time( time_t *tloc );
This routine returns the number of seconds since the Epoch.
time returns the time since 00:00:00 GMT, January 1, 1970,
measured in seconds
If tloc in non null, the return value is also stored in the
memory pointed to by t.
NONE
Copyright © 1988-2004 OAR Corporation