_ismbbgraph

int_ismbbgraph(unsignedintc**);**

Routine Required Header Compatibility
_ismbbgraph <mbctype.h> Win 95, Win NT

For additional compatibility information, see Compatibility in the Introduction.

Libraries

LIBC.LIB Single thread static library, retail version
LIBCMT.LIB Multithread static library, retail version
MSVCRT.LIB Import library for MSVCRT.DLL, retail version

Return Value

_ismbbgraph returns a nonzero value if the expression

( _PUNCT | _UPPER | _LOWER | _DIGIT ) || _ismbbkprint

is true of c, or 0 if it is not.

Parameter

c

Integer to be tested

Byte Classification Routines_ismbb Function Overview