ReactOS 0.4.16-dev-927-g467dec4
wcscpy_s.cpp File Reference
#include <corecrt_internal_string_templates.h>
#include <string.h>
Include dependency graph for wcscpy_s.cpp:

Go to the source code of this file.

Functions

errno_t __cdecl wcscpy_s (wchar_t *const destination, size_t const size_in_elements, wchar_t const *const source)
 

Function Documentation

◆ wcscpy_s()

errno_t __cdecl wcscpy_s ( wchar_t *const  destination,
size_t const  size_in_elements,
wchar_t const *const  source 
)

Definition at line 11 of file wcscpy_s.cpp.

16{
17 return common_tcscpy_s(destination, size_in_elements, source);
18}
size_t const size_in_elements