mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-13 14:50:17 +00:00
15 lines
317 B
Plaintext
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
|