#include <precomp.h>
#include "bitsfixup.h"
Go to the source code of this file.
Defines |
| #define | MAX_32BIT_TIME 0xFFFFFFFFULL |
Functions |
| __time64_t | mktime_worker (struct tm *ptm, int utc) |
|
| time_t | _mkgmtime (struct tm *ptm) |
| time_t | mktime (struct tm *ptm) |
| __time32_t | _mkgmtime32 (struct tm *ptm) |
| __time32_t | _mktime32 (struct tm *ptm) |
| __time64_t | _mkgmtime64 (struct tm *ptm) |
| __time64_t | _mktime64 (struct tm *ptm) |
Variables |
| static int | g_monthdays [13] = {0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365} |