ReactOS 0.4.15-dev-8614-gbc76250
isuppr.c File Reference
#include <precomp.h>
Include dependency graph for isuppr.c:

Go to the source code of this file.

Functions

int _ismbcupper (unsigned int c)
 

Function Documentation

◆ _ismbcupper()

int _ismbcupper ( unsigned int  c)

Definition at line 18 of file isuppr.c.

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