ack/include/_tail_mon/sys/timeb.h

7 lines
83 B
C
Raw Normal View History

1987-02-12 10:56:16 +00:00
struct timeb {
time_t time;
u_short millitm;
short timezone;
short dstflag;
};