Bell 32V development
[unix-history] / usr / src / sys / h / timeb.h
/*
* Structure returned by ftime system call
*/
struct timeb {
time_t time;
unsigned short millitm;
short timezone;
short dstflag;
};