Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.8 KB

ismbbpunct-ismbbpunct-l.md

File metadata and controls

57 lines (42 loc) · 1.8 KB
description title ms.date api_name api_location api_type topic_type f1_keywords helpviewer_keywords ms.assetid
Learn more about: _ismbbpunct, _ismbbpunct_l
_ismbbpunct, _ismbbpunct_l
4/2/2020
_ismbbpunct
_ismbbpunct_l
_o__ismbbpunct
_o__ismbbpunct_l
msvcrt.dll
msvcr80.dll
msvcr90.dll
msvcr100.dll
msvcr100_clr0400.dll
msvcr110.dll
msvcr110_clr0400.dll
msvcr120.dll
msvcr120_clr0400.dll
ucrtbase.dll
api-ms-win-crt-multibyte-l1-1-0.dll
DLLExport
apiref
ismbbpunct
ismbbpunct_l
_ismbbpunct_l
_ismbbpunct
ismbbpunct function
_ismbbpunct function
ismbbpunct_l function
_ismbbpunct_l function
1976c9d3-7d1a-415f-ac52-2715c7bb56eb

_ismbbpunct, _ismbbpunct_l

Determines whether a particular character is a punctuation character.

Syntax

int _ismbbpunct(
   unsigned int c
);
int _ismbbpunct_l(
   unsigned int c,
   _locale_t locale
);

Parameters

c
Integer to be tested.

locale
Locale to use.

Return value

_ismbbpunct returns a nonzero value if the integer c is a non-ASCII punctuation symbol. _ismbbpunct uses the current locale for any locale-dependent character settings. _ismbbpunct_l is identical except that it uses the locale that's passed in. For more information, see Locale.

Remarks

By default, this function's global state is scoped to the application. To change this behavior, see Global state in the CRT.

Requirements

Routine Required header
_ismbbpunct <mbctype.h>
_ismbbpunct_l <mbctype.h>

For more compatibility information, see Compatibility.

See also

Byte classification
_ismbb routines