ReactOS 0.4.15-dev-7942-gd23573b
ismbgra.c
Go to the documentation of this file.
1#include <mbstring.h>
2#include <mbctype.h>
3#include <ctype.h>
4
5/*
6 * @implemented
7 */
8int _ismbbgraph(unsigned int 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)
int _ismbbgraph(unsigned int c)
Definition: ismbgra.c:8
_Check_return_ _CRTIMP int __cdecl _ismbbkana(_In_ unsigned int _C)