_ismbbtrail

int_ismbbtrail(unsignedintc**);**

Routine Required Header Optional Headers Compatibility
_ismbbtrail <mbctype.h> or <mbstring.h> <ctype.h>,1 <limits.h>, <stdlib.h> Win 95, Win NT

1 For manifest constants for the test conditions.

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

_ismbbtrail returns a nonzero value if the integer c is the second byte of a multibyte character. For example, in code page 932 only, valid ranges are 0x40 – 0x7E and 0x80 – 0xEC.

Parameter

c

Integer to be tested

Byte Classification Routines_ismbb Function Overview