cpython/Python/pyctype.c

#include "Python.h"

/* Our own locale-independent ctype.h-like macros */

const unsigned int _Py_ctype_table[256] =;


const unsigned char _Py_ctype_tolower[256] =;

const unsigned char _Py_ctype_toupper[256] =;