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