ReactOS 0.4.16-dev-942-g91fadeb
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}
unsigned char
Definition: typeof.h:29
GLuint start
Definition: gl.h:1545
GLuint GLfloat * val
Definition: glext.h:7180
char string[160]
Definition: util.h:11