ReactOS 0.4.15-dev-7958-gcd0bb1a
islwr.c File Reference
#include <precomp.h>
Include dependency graph for islwr.c:

Go to the source code of this file.

Functions

int _ismbclower (unsigned int c)
 

Function Documentation

◆ _ismbclower()

int _ismbclower ( unsigned int  c)

Definition at line 18 of file islwr.c.

19{
20 return ((c) >= 0x8281 && (c) <= 0x829a);
21
22}
const GLubyte * c
Definition: glext.h:8905