samplaid
Messages postés34Date d'inscriptionlundi 25 avril 2005StatutMembreDernière intervention17 juillet 20081 27 nov. 2006 à 13:40
struct timeval tv;
struct timezone tz;
gettimeofday(&tv, &tz);
printf("the current time of day represented as time_t is %d and %d microseconds", tv.tv_sec, tv.tv_usec);