ReactOS 0.4.16-dev-937-g7afcd2a
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//
10#include <string.h>
11
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}
#define __cdecl
Definition: accygwin.h:79
size_t const size_in_elements
_wcsset_s
int errno_t
Definition: corecrt.h:615
Definition: pdh_main.c:96