/* SCCS_ID @(#)timeb.h 3.1 01:22:17 - 81/10/27 */ #ifndef LOCALS_INCLUDED # include #endif /* * Structure returned by ftime system call */ struct timeb { time_t time; unsigned short millitm; short timezone; short dstflag; };