BSD 4 development
[unix-history] / usr / src / sys / h / timeb.h
/* timeb.h 4.1 11/9/80 */
/*
* Structure returned by ftime system call
*/
struct timeb
{
time_t time;
unsigned short millitm;
short timezone;
short dstflag;
};