STLdoc
STLdocumentation
|
Macros | |
#define | __CRTDECL __cdecl |
#define | _INC_TIME_INL |
Functions | |
static __inline double __CRTDECL | difftime (time_t _Time1, time_t _Time2) |
_CRT_INSECURE_DEPRECATE (ctime_s) static __inline char *__CRTDECL ctime(const time_t *_Time) | |
_CRT_INSECURE_DEPRECATE (gmtime_s) static __inline struct tm *__CRTDECL gmtime(const time_t *_Time) | |
_CRT_INSECURE_DEPRECATE (localtime_s) static __inline struct tm *__CRTDECL localtime(const time_t *_Time) | |
static __inline errno_t __CRTDECL | localtime_s (struct tm *_Tm, const time_t *_Time) |
static __inline time_t __CRTDECL | mktime (struct tm *_Tm) |
static __inline time_t __CRTDECL | _mkgmtime (struct tm *_Tm) |
static __inline time_t __CRTDECL | time (time_t *_Time) |
#define __CRTDECL __cdecl |
#define _INC_TIME_INL |
_CRT_INSECURE_DEPRECATE | ( | ctime_s | ) | const |
_CRT_INSECURE_DEPRECATE | ( | gmtime_s | ) | const |
_CRT_INSECURE_DEPRECATE | ( | localtime_s | ) | const |