ReactOS
0.4.16-dev-1946-g52006dd
Functions
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
}
p
GLfloat GLfloat p
Definition:
glext.h:8902
string
char string[160]
Definition:
util.h:11
value
Definition:
pdh_main.c:96
sdk
lib
ucrt
string
wcsset.cpp
Generated on Thu Dec 4 2025 06:26:50 for ReactOS by
1.9.6