timeb.h 266 B

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