ReactOS
0.4.16-dev-1946-g52006dd
ismbpri.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
_ismbbprint
(
unsigned
int
c
)
9
{
10
return
(
isprint
(
c
) ||
_ismbbkana
(
c
));
11
}
isprint
#define isprint(c)
Definition:
acclib.h:73
_ismbbkana
_Check_return_ _CRTIMP int __cdecl _ismbbkana(_In_ unsigned int _C)
c
const GLubyte * c
Definition:
glext.h:8905
_ismbbprint
int _ismbbprint(unsigned int c)
Definition:
ismbpri.c:8
sdk
lib
crt
mbstring
ismbpri.c
Generated on Thu Dec 4 2025 06:15:26 for ReactOS by
1.9.6