ack/include/_tail_mon/sys/timeb.h

11 lines
247 B
C
Raw Normal View History

1987-03-09 21:20:21 +00:00
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
1987-02-12 10:56:16 +00:00
struct timeb {
time_t time;
u_short millitm;
short timezone;
short dstflag;
};