ReactOS
0.4.16-dev-1946-g52006dd
wcsnset_s.cpp
Go to the documentation of this file.
1
//
2
// wcsnset_s.cpp
3
//
4
// Copyright (c) Microsoft Corporation. All rights reserved.
5
//
6
// Defines _wcsnset_s(), which sets at most the first 'count' characters of a
7
// string to the given character and ensures that the resulting string is null-
8
// terminated.
9
//
10
#include <
corecrt_internal_string_templates.h
>
11
#include <string.h>
12
13
extern
"C"
errno_t
__cdecl
_wcsnset_s
(
14
wchar_t
*
const
destination,
15
size_t
const
size_in_elements
,
16
wchar_t
const
value
,
17
size_t
const
count
18
)
19
{
20
return
common_tcsnset_s(destination,
size_in_elements
,
value
,
count
);
21
}
__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
_wcsnset_s
_wcsnset_s
Definition:
corecrt_wstring.h:343
count
GLuint GLuint GLsizei count
Definition:
gl.h:1545
errno_t
int errno_t
Definition:
corecrt.h:615
value
Definition:
pdh_main.c:96
sdk
lib
ucrt
string
wcsnset_s.cpp
Generated on Thu Dec 4 2025 06:16:23 for ReactOS by
1.9.6