• Time, clock and date functions (time.h)
  • API
  • time_t time(time_t *)
  • 'tm' structure
  • struct tm *gmtime(time_t *t)
  • struct tm *localtime(time_t *t)
  • time_t mktime(struct tm *tp)
  • clock_t clock(void)