You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
377 B

#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined XPG4 && !defined POSIX2008 && !defined XOPEN2K8
type {struct timeb}
element {struct timeb} time_t time
element {struct timeb} {unsigned short} millitm
element {struct timeb} short timezone
element {struct timeb} short dstflag
type time_t
function int ftime (struct timeb*)
allow *_t
#endif