__pctype_func
Visual Studio 2015
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.
const unsigned short *__pctype_func( )
A pointer to an array of character classification information.
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.
| Routine | Required header |
|---|---|
| __pctype_func | ctype.h |
Show: