ReactOS
0.4.16-dev-2110-ge3521eb
Functions
strlwr.c File Reference
#include <precomp.h>
Include dependency graph for strlwr.c:
Go to the source code of this file.
Functions
char
*
CDECL
_strlwr
(
char
*
x
)
Function Documentation
◆
_strlwr()
char
*
CDECL
_strlwr
(
char
*
x
)
Definition at line
7
of file
strlwr.c
.
8
{
9
char
*
y
=
x
;
10
char
ch
, lower;
11
12
while
(*
y
) {
13
ch
= *
y
;
14
lower =
tolower
(
ch
);
15
if
(
ch
!= lower)
16
*
y
= lower;
17
y
++;
18
}
19
return
x
;
20
}
ch
unsigned char ch[4][2]
Definition:
console.c:118
tolower
int CDECL tolower(int c)
Definition:
ctype.c:572
x
GLint GLint GLint GLint GLint x
Definition:
gl.h:1548
y
GLint GLint GLint GLint GLint GLint y
Definition:
gl.h:1548
sdk
lib
crt
string
strlwr.c
Generated on Thu Jan 8 2026 06:26:22 for ReactOS by
1.9.6