ReactOS
0.4.16-dev-1946-g52006dd
Functions
strset.c File Reference
#include <string.h>
Include dependency graph for strset.c:
Go to the source code of this file.
Functions
char
*
__cdecl
_strset
(
char
*
string
,
int
val
)
Function Documentation
◆
_strset()
char
*
__cdecl
_strset
(
char
*
string
,
int
val
)
Definition at line
39
of file
strset.c
.
43
{
44
char
*
start
=
string
;
45
46
while
(*
string
)
47
*
string
++ = (
char
)
val
;
48
49
return
(
start
);
50
}
char
unsigned char
Definition:
typeof.h:29
start
GLuint start
Definition:
gl.h:1545
val
GLuint GLfloat * val
Definition:
glext.h:7180
string
char string[160]
Definition:
util.h:11
sdk
lib
ucrt
string
strset.c
Generated on Thu Dec 4 2025 06:26:50 for ReactOS by
1.9.6