1 /* timeb.h -- An implementation of the standard Unix <sys/timeb.h> file.
2 Written by Ian Lance Taylor <ian@cygnus.com>
3 Public domain; no rights reserved.
5 <sys/timeb.h> declares the structure used by the ftime function, as
6 well as the ftime function itself. Newlib does not provide an
7 implementation of ftime. */
19 #ifndef __time_t_defined
20 typedef _TIME_T_
time_t;
21 #define __time_t_defined
27 unsigned short millitm
;
32 extern int ftime
_PARAMS ((struct timeb
*));
38 #endif /* ! defined (_SYS_TIMEB_H) */