| extern "C" { | |
| PyAPI_DATA(const unsigned int) _Py_ctype_table[256]; | |
| /* Unlike their C counterparts, the following macros are not meant to | |
| * handle an int with any of the values [EOF, 0-UCHAR_MAX]. The argument | |
| * must be a signed/unsigned char. */ | |
| PyAPI_DATA(const unsigned char) _Py_ctype_tolower[256]; | |
| PyAPI_DATA(const unsigned char) _Py_ctype_toupper[256]; | |
| } | |