ReactOS 0.4.16-dev-927-g467dec4
|
Go to the source code of this file.
Functions | |
template<typename Character > | |
_Success_ (buffer !=0 &&size_in_chars >=9) static errno_t __cdecl common_strtime_s(_Out_writes_z_(size_in_chars) Character *const buffer | |
_In_ | _In_range_ (>=, 9) size_t const size_in_chars) throw () |
errno_t __cdecl | _strtime_s (char *const buffer, size_t const size_in_chars) |
errno_t __cdecl | _wstrtime_s (wchar_t *const buffer, size_t const size_in_chars) |
char *__cdecl | _strtime (char *const buffer) |
wchar_t *__cdecl | _wstrtime (wchar_t *const buffer) |
_In_ _In_range_ | ( | >= | , |
9 | |||
) | const | ||
throw | ( | ||
) |
Definition at line 21 of file strtime.cpp.
Definition at line 80 of file strtime.cpp.
Definition at line 53 of file strtime.cpp.
Definition at line 85 of file strtime.cpp.