_ismbbkpunct
Visual Studio .NET 2003
int _ismbbkpunct( unsigned int c );
Parameter
- c
- Integer to be tested.
Return Value
_ismbbkpunct returns a nonzero value if the integer c is a non-ASCII punctuation symbol, or 0 if it is not. For example, in code page 932 only, _ismbbkpunct tests for katakana punctuation.
Requirements
| Routine | Required header | Compatibility |
|---|---|---|
| _ismbbkpunct | <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