3 * This file has no copyright assigned and is placed in the Public Domain.
4 * This file is a part of the mingw-runtime package.
5 * No warranty is given; refer to the file DISCLAIMER within the package.
7 * Support for the UNIX System V ftime system call.
14 /* All the headers include this file. */
16 #include <sys/types.h>
21 * TODO: Structure not tested.
33 * TODO: Structure not tested.
56 /* TODO: Not tested. */
57 _CRTIMP
void __cdecl
_ftime (struct _timeb
*);
60 _CRTIMP
void __cdecl
ftime (struct timeb
*);
61 #endif /* Not _NO_OLDNAMES */
63 /* This requires newer versions of msvcrt.dll (6.10 or higher). */
64 #if __MSVCRT_VERSION__ >= 0x0601
65 _CRTIMP
void __cdecl
_ftime64 (struct __timeb64
*);
66 #endif /* __MSVCRT_VERSION__ >= 0x0601 */
72 #endif /* Not RC_INVOKED */
74 #endif /* Not _TIMEB_H_ */