#include <sys/timeb.h>

sys/timeb.h

includes: sys/appleapiopts.h, sys/cdefs.h, sys/_types.h, sys/_types/_time_t.h
1 struct · 1 function

structtimeb

[XSI] Structure whose address is passed as the first parameter to ftime()
size 16, align 8
time_ttime[XSI] Seconds since the Epoch
unsigned shortmillitm[XSI] Milliseconds since the Epoch
shorttimezone[XSI] Minutes west of CUT
shortdstflag[XSI] non-zero if DST in effect

functionftime

int ftime(struct timeb *)
[XSI] Legacy interface
man page · June 4, 1993
ftime(3) — get date and time