ReactOS
0.4.16-dev-1946-g52006dd
wcsncpy_s.cpp
Go to the documentation of this file.
1
//
2
// wcsncpy_s.cpp
3
//
4
// Copyright (c) Microsoft Corporation. All rights reserved.
5
//
6
// Defines wcsncpy_s(), which appends n characters of the source string onto the
7
// end of the destination string.
8
//
9
#include <
corecrt_internal_string_templates.h
>
10
#include <string.h>
11
12
extern
"C"
errno_t
__cdecl
wcsncpy_s
(
13
wchar_t
*
const
destination,
14
size_t
const
size_in_elements
,
15
wchar_t
const
*
const
source
,
16
size_t
const
count
17
)
18
{
19
return
common_tcsncpy_s(destination,
size_in_elements
,
source
,
count
);
20
}
__cdecl
#define __cdecl
Definition:
accygwin.h:79
corecrt_internal_string_templates.h
size_in_elements
size_t const size_in_elements
Definition:
corecrt_internal_string_templates.h:21
count
GLuint GLuint GLsizei count
Definition:
gl.h:1545
wcsncpy_s
#define wcsncpy_s(d, l, s, n)
Definition:
utility.h:202
source
Definition:
pdh_main.c:174
errno_t
int errno_t
Definition:
corecrt.h:615
sdk
lib
ucrt
string
wcsncpy_s.cpp
Generated on Thu Dec 4 2025 06:16:23 for ReactOS by
1.9.6