#include <corecrt_internal.h>
#include <malloc.h>
#include <string.h>
Go to the source code of this file.
◆ _wcsdup()
Definition at line 33 of file wcsdup.cpp.
38{
39 if (string == nullptr)
40 return nullptr;
41
43
44#ifdef _DEBUG
50#else
53#endif
54
56 return nullptr;
57
60}
size_t const size_in_elements
#define _malloc_dbg(s, t, f, l)
int const char const *const int const line_number
_Out_opt_ size_t *const Character const *const int const block_use
_CRTIMP size_t __cdecl wcslen(_In_z_ const wchar_t *_Str)
#define wcscpy_s(d, l, s)
static char memory[1024 *256]