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