constant NULL
constant CLK_TCK
constant CLOCKS_PER_SEC
+constant CLOCK_PROCESS_CPUTIME_ID
+constant CLOCK_THREAD_CPUTIME_ID
type {struct timespec}
constant CLOCK_REALTIME
constant TIME_ABSTIME
+constant CLOCK_MONOTONIC
type clock_t
type clockid_t
function {char*} asctime (const struct tm*)
function {char*} asctime_r (const struct tm*, char*)
function clock_t clock (void)
+function int clock_getcpuclockid (pid_t, clockid_t*)
function int clock_getres (clockid_t, struct timespec*)
function int clock_gettime (clockid_t, struct timespec*)
+function int clock_nanosleep (clockid_t, int, const struct timespec*, struct timespec*)
function int clock_settime (clockid_t, const struct timespec*)
function {char*} ctime (const time_t*)
function {char*} ctime_r (const time_t*, char*)
function double difftime (time_t, time_t)
function {struct tm*} getdate (const char*)
function {struct tm*} gmtime (const time_t*)
-function {struct tm*} gmtime_t (const time_t*, struct tm*)
+function {struct tm*} gmtime_r (const time_t*, struct tm*)
function {struct tm*} localtime (const time_t*)
function {struct tm*} localtime_r (const time_t*, struct tm*)
function time_t mktime (struct tm*)