_ismbbgraph
Visual Studio .NET 2003
int _ismbbgraph ( unsigned int c );
Parameter
- c
- Integer to be tested.
Return Value
_ismbbgraph returns a nonzero value if the expression
( _PUNCT | _UPPER | _LOWER | _DIGIT ) || _ismbbkprint
is nonzero for c, or 0 if it is not.
Requirements
| Routine | Required header | Compatibility |
|---|---|---|
| _ismbbgraph | <mbctype.h> | Win 98, Win Me, Win NT, Win 2000, Win XP |
For additional compatibility information, see Compatibility in the Introduction.
Libraries
All versions of the C run-time libraries.
See Also
Byte Classification Routines | _ismbb Routines | Run-Time Routines and .NET Framework Equivalents