ReactOS
0.4.16-dev-732-g2d1144a
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
}
_ismbbkana
_Check_return_ _CRTIMP int __cdecl _ismbbkana(_In_ unsigned int _C)
c
const GLubyte * c
Definition:
glext.h:8905
isgraph
_Check_return_ _CRTIMP int __cdecl isgraph(_In_ int _C)
_ismbbgraph
int _ismbbgraph(unsigned int c)
Definition:
ismbgra.c:8
sdk
lib
crt
mbstring
ismbgra.c
Generated on Sat Feb 8 2025 06:13:54 for ReactOS by
1.9.6