STLdoc
STLdocumentation
|
#include <corecrt.h>
Go to the source code of this file.
Classes | |
struct | __timeb32 |
struct | __timeb64 |
Macros | |
#define | _timeb __timeb64 |
#define | _ftime _ftime64 |
#define | _ftime_s _ftime64_s |
Functions | |
_ACRTIMP void __cdecl | _ftime32 (_Out_ struct __timeb32 *_Time) |
_ACRTIMP errno_t __cdecl | _ftime32_s (_Out_ struct __timeb32 *_Time) |
_ACRTIMP void __cdecl | _ftime64 (_Out_ struct __timeb64 *_Time) |
_ACRTIMP errno_t __cdecl | _ftime64_s (_Out_ struct __timeb64 *_Time) |
#define _ftime _ftime64 |
#define _ftime_s _ftime64_s |
#define _timeb __timeb64 |