Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dragosgcc

    gettimeofday

    I have the following code: tv->tv_sec = malloc(sizeof(time_t)); tv->tv_usec = malloc(sizeof(suseconds_t)); if (gettimeofday(tv, tz) < 0) { printf("Error getting time of day!\n"); exit(0); }...

Part and Inventory Search

Back
Top