__pctype_func
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at __pctype_func.
Retrieves a pointer to an array of character classification information.
Syntax
const unsigned short *__pctype_func(
)
Return Value
A pointer to an array of character classification information.
Remarks
The information in the character classification table is for internal use only, and is used by various functions that classify characters of type char
. For more information, see the Remarks
section of _pctype, _pwctype, _wctype, _mbctype, _mbcasemap.
Requirements
Routine | Required header |
---|---|
__pctype_func | ctype.h |