This topic has not yet been rated - Rate this topic

_ismbbprint

Visual Studio 6.0

int _ismbbprint( unsigned int c );

Routine Required Header Compatibility
_ismbbprint <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

_ismbbprint returns a nonzero value if the expression

isprint || _ismbbkprint

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

Parameter

c

Integer to be tested

Byte Classification Routines_ismbb Function Overview

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.