| /** | |
| * This file has no copyright assigned and is placed in the Public Domain. | |
| * This file is part of the w64 mingw-runtime package. | |
| * No warranty is given; refer to the file DISCLAIMER within this package. | |
| */ | |
| extern "C" { | |
| _CRTIMP errno_t __cdecl _ftime32_s(struct __timeb32 *_Time); | |
| _CRTIMP errno_t __cdecl _ftime64_s(struct __timeb64 *_Time); | |
| } | |