| 1 | #include <time/sys/timeb.h> |
|---|---|
| 2 | |
| 3 | #ifndef _ISOMAC |
| 4 | # if __TIMESIZE == 64 |
| 5 | # define __timeb64 timeb |
| 6 | # define __ftime64 ftime |
| 7 | # else |
| 8 | # include <struct___timeb64.h> |
| 9 | |
| 10 | extern int __ftime64 (struct __timeb64 *) __nonnull ((1)); |
| 11 | libc_hidden_proto (__ftime64); |
| 12 | # endif |
| 13 | #endif |
| 14 |