ReactOS
0.4.16-dev-2104-gb84fa49
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
*/
8
int
_ismbbgraph
(
unsigned
int
c
)
9
{
10
return
(
isgraph
(
c
) ||
_ismbbkana
(
c
));
11
}
isgraph
int CDECL isgraph(int c)
Definition:
ctype.c:278
_ismbbkana
_ACRTIMP int __cdecl _ismbbkana(unsigned int)
Definition:
mbcs.c:1831
c
const GLubyte * c
Definition:
glext.h:8905
_ismbbgraph
int _ismbbgraph(unsigned int c)
Definition:
ismbgra.c:8
sdk
lib
crt
mbstring
ismbgra.c
Generated on Wed Jan 7 2026 06:15:16 for ReactOS by
1.9.6