ReactOS 0.4.16-dev-937-g7afcd2a
wcsncpy_s.cpp File Reference
#include <corecrt_internal_string_templates.h>
#include <string.h>
Include dependency graph for wcsncpy_s.cpp:

Go to the source code of this file.

Functions

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

Function Documentation

◆ wcsncpy_s()

errno_t __cdecl wcsncpy_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 wcsncpy_s.cpp.

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