1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-11 02:22:26 +03:00
Files
glibc/conform/data/sys/timeb.h-data
2012-02-25 23:18:39 -05:00

15 lines
317 B
Plaintext

#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX
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