8 #define MINGW_HAS_SECURE_API 1 11 #define RC_INVOKED 1 // to prevent inline functions _TCHAR * _tctime(const time_t *ptime)
_TCHAR * _tasctime(const struct tm *ptm)
static size_t numberOfElements
errno_t _tctime_s(_TCHAR *buffer, size_t numberOfElements, const time_t *time)
_In_ size_t _In_z_ _Printf_format_string_ const char _In_ const struct tm * _Tm
errno_t _tasctime_s(_TCHAR *buffer, size_t numberOfElements, const struct tm *ptm)
_CRTIMP struct tm *__cdecl localtime(const time_t *_Time)
_CRTIMP errno_t __cdecl localtime_s(struct tm *_Tm, const time_t *_Time)
_In_ size_t _In_ const __time32_t * _Time