ack/include/_tail_mon/sys/timeb.h
1987-02-12 10:56:16 +00:00

7 lines
83 B
C

struct timeb {
time_t time;
u_short millitm;
short timezone;
short dstflag;
};