ReactOS 0.4.16-dev-937-g7afcd2a
|
#include <corecrt_internal.h>
#include <ctype.h>
#include <corecrt_internal_securecrt.h>
#include <locale.h>
#include <string.h>
Go to the source code of this file.
Functions | |
wchar_t *__cdecl | _wcsupr_l (wchar_t *wsrc, _locale_t plocinfo) |
wchar_t *__cdecl | _wcsupr (wchar_t *wsrc) |
static errno_t __cdecl | _wcsupr_s_l_stat (_Inout_updates_z_(sizeInWords) wchar_t *const wsrc, size_t const sizeInWords, _locale_t const plocinfo) |
errno_t __cdecl | _wcsupr_s_l (wchar_t *wsrc, size_t sizeInWords, _locale_t plocinfo) |
errno_t __cdecl | _wcsupr_s (wchar_t *wsrc, size_t sizeInWords) |
Definition at line 49 of file wcsupr.cpp.
Definition at line 40 of file wcsupr.cpp.
Definition at line 183 of file wcsupr.cpp.
Definition at line 171 of file wcsupr.cpp.
|
static |
Definition at line 95 of file wcsupr.cpp.
Referenced by _wcsupr_s_l().