ReactOS 0.4.16-dev-927-g467dec4
wcsset.cpp File Reference
#include <string.h>
Include dependency graph for wcsset.cpp:

Go to the source code of this file.

Functions

wchar_t *__cdecl _wcsset (wchar_t *const string, wchar_t const value)
 

Function Documentation

◆ _wcsset()

wchar_t *__cdecl _wcsset ( wchar_t *const  string,
wchar_t const  value 
)

Definition at line 20 of file wcsset.cpp.

24{
25 for (wchar_t* p = string; *p; ++p)
26 *p = value;
27
28 return string;
29}
GLfloat GLfloat p
Definition: glext.h:8902
char string[160]
Definition: util.h:11
Definition: pdh_main.c:96