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