ReactOS
0.4.15-dev-1632-g4e289ce
islwr.c
Go to the documentation of this file.
1
/*
2
* COPYRIGHT: See COPYING in the top level directory
3
* PROJECT: ReactOS system libraries
4
* FILE: lib/sdk/crt/mbstring/islwr.c
5
* PURPOSE:
6
* PROGRAMER:
7
* UPDATE HISTORY:
8
* 12/04/99: Ariadne Created
9
* 05/30/08: Samuel Serapion adapted from PROJECT C Library
10
*
11
*/
12
13
#include <precomp.h>
14
15
/*
16
* @implemented
17
*/
18
int
_ismbclower
(
unsigned
int
c
)
19
{
20
return
((
c
) >= 0x8281 && (
c
) <= 0x829a);
21
22
}
_ismbclower
int _ismbclower(unsigned int c)
Definition:
islwr.c:18
c
const GLubyte * c
Definition:
glext.h:8905
sdk
lib
crt
mbstring
islwr.c
Generated on Wed Jan 20 2021 06:10:37 for ReactOS by
1.8.15