ReactOS 0.4.16-dev-959-g2ec3a19
wcscat_s.cpp File Reference
#include <corecrt_internal_string_templates.h>
#include <string.h>
Include dependency graph for wcscat_s.cpp:

Go to the source code of this file.

Functions

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

Function Documentation

◆ wcscat_s()

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

Definition at line 14 of file wcscat_s.cpp.

19{
20 return common_tcscat_s(destination, size_in_elements, source);
21}
size_t const size_in_elements