BSD 4_1_snap development
[unix-history] / sys / h / timeb.h
/* timeb.h 4.2 81/02/19 */
/*
* Structure returned by ftime system call
*/
struct timeb
{
time_t time;
unsigned short millitm;
short timezone;
short dstflag;
};