_ismbbalpha
int_ismbbalpha(unsignedintc**);**
Routine | Required Header | Compatibility |
_ismbbalpha | <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
_ismbbalpha returns a nonzero value if the expression
isalpha || _ismbbkalnum
is true of c, or 0 if it is not.
Parameter
c
Integer to be tested