ReactOS 0.4.16-dev-2110-ge3521eb
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}
int CDECL isgraph(int c)
Definition: ctype.c:278
_ACRTIMP int __cdecl _ismbbkana(unsigned int)
Definition: mbcs.c:1831
const GLubyte * c
Definition: glext.h:8905
int _ismbbgraph(unsigned int c)
Definition: ismbgra.c:8