27#ifndef _CLOCK_T_DEFINED
29#define _CLOCK_T_DEFINED
33#define CLOCKS_PER_SEC 1000
59#define _daylight (*__p__daylight())
60#define _dstbias (*__p__dstbias())
61#define _timezone (*__p__timezone())
62#define _tzname (__p__tzname())
75#if !defined(_UCRT) && defined(_USE_32BIT_TIME_T)
77#define _difftime32 difftime
78#define _gmtime32 gmtime
79#define _localtime32 localtime
80#define _mktime32 mktime
116#ifndef _USE_32BIT_TIME_T
_ACRTIMP struct tm *__cdecl _gmtime32(const __time32_t *)
_ACRTIMP size_t __cdecl _strftime_l(char *, size_t, const char *, const struct tm *, _locale_t)
_ACRTIMP errno_t __cdecl _strtime_s(char *, size_t)
_ACRTIMP double __cdecl _difftime32(__time32_t, __time32_t)
_ACRTIMP int __cdecl _gmtime32_s(struct tm *res, const __time32_t *secs)
_ACRTIMP errno_t __cdecl _localtime32_s(struct tm *, const __time32_t *)
_ACRTIMP struct tm *__cdecl _gmtime64(const __time64_t *)
_ACRTIMP size_t __cdecl strftime(char *, size_t, const char *, const struct tm *)
_ACRTIMP clock_t __cdecl clock(void)
_ACRTIMP int __cdecl _gmtime64_s(struct tm *res, const __time64_t *secs)
_ACRTIMP __time32_t __cdecl _mktime32(struct tm *)
_ACRTIMP struct tm *__cdecl _localtime64(const __time64_t *)
_ACRTIMP errno_t __cdecl _ctime64_s(char *, size_t, const __time64_t *)
static struct tm * gmtime(const time_t *t)
static errno_t ctime_s(char *res, size_t len, const __time64_t *t)
_ACRTIMP char *__cdecl _ctime64(const __time64_t *)
_ACRTIMP char *__cdecl _ctime32(const __time32_t *)
_ACRTIMP __time64_t __cdecl _mktime64(struct tm *)
_ACRTIMP unsigned __cdecl _setsystime(struct tm *, unsigned)
_ACRTIMP __time64_t __cdecl _time64(__time64_t *)
_ACRTIMP __time32_t __cdecl _time32(__time32_t *)
static double difftime(time_t t1, time_t t2)
_ACRTIMP double __cdecl _difftime64(__time64_t, __time64_t)
_ACRTIMP struct tm *__cdecl _localtime32(const __time32_t *)
static time_t mktime(struct tm *tm)
_ACRTIMP errno_t __cdecl _strdate_s(char *, size_t)
_ACRTIMP void __cdecl _tzset(void)
_ACRTIMP unsigned __cdecl _getsystime(struct tm *)
_ACRTIMP char *__cdecl asctime(const struct tm *)
_ACRTIMP errno_t __cdecl _ctime32_s(char *, size_t, const __time32_t *)
static struct tm * localtime(const time_t *t)
static errno_t localtime_s(struct tm *res, const time_t *t)
_ACRTIMP errno_t __cdecl _localtime64_s(struct tm *, const __time64_t *)
char **CDECL __p__tzname(void)
__msvcrt_long *CDECL __p__dstbias(void)
__msvcrt_long *CDECL __p__timezone(void)
int *CDECL __p__daylight(void)