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

Go to the source code of this file.

Functions

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

Function Documentation

◆ wcsncat_s()

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

Definition at line 12 of file wcsncat_s.cpp.

18{
19 return common_tcsncat_s(destination, size_in_elements, source, count);
20}
size_t const size_in_elements
GLuint GLuint GLsizei count
Definition: gl.h:1545