ReactOS 0.4.15-dev-7953-g1f49173
ismbgra.c File Reference
#include <mbstring.h>
#include <mbctype.h>
#include <ctype.h>
Include dependency graph for ismbgra.c:

Go to the source code of this file.

Functions

int _ismbbgraph (unsigned int c)
 

Function Documentation

◆ _ismbbgraph()

int _ismbbgraph ( unsigned int  c)

Definition at line 8 of file ismbgra.c.

9{
10 return (isgraph(c) || _ismbbkana(c));
11}
const GLubyte * c
Definition: glext.h:8905
_Check_return_ _CRTIMP int __cdecl isgraph(_In_ int _C)
_Check_return_ _CRTIMP int __cdecl _ismbbkana(_In_ unsigned int _C)