ReactOS 0.4.16-dev-1067-ge98bba2
|
Go to the source code of this file.
Functions | |
template<typename Character > | |
static errno_t __cdecl | common_strdate_s (_Out_writes_z_(size_in_chars) Character *const buffer, _In_ _In_range_(>=, 9) size_t const size_in_chars) throw () |
errno_t __cdecl | _strdate_s (char *const buffer, size_t const size_in_chars) |
errno_t __cdecl | _wstrdate_s (wchar_t *const buffer, size_t const size_in_chars) |
template<typename Character > | |
_Success_ (return !=0) static Character *__cdecl common_strdate(_Out_writes_z_(9) Character *const buffer) throw () | |
char *__cdecl | _strdate (char *const buffer) |
wchar_t *__cdecl | _wstrdate (wchar_t *const buffer) |
Definition at line 76 of file strdate.cpp.
Definition at line 50 of file strdate.cpp.
Definition at line 66 of file strdate.cpp.
Definition at line 81 of file strdate.cpp.
Definition at line 55 of file strdate.cpp.
|
static |
Definition at line 16 of file strdate.cpp.
Referenced by _strdate_s(), _Success_(), and _wstrdate_s().