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

Go to the source code of this file.

Functions

errno_t __cdecl strcpy_s (char *const destination, size_t const size_in_elements, char const *const source)
 

Function Documentation

◆ strcpy_s()

errno_t __cdecl strcpy_s ( char *const  destination,
size_t const  size_in_elements,
char const *const  source 
)

Definition at line 13 of file strcpy_s.cpp.

18{
19 return common_tcscpy_s(destination, size_in_elements, source);
20}
size_t const size_in_elements