1 /* $OpenBSD: ctype_private.h,v 1.2 2015/08/27 04:37:09 guenther Exp $ */
2 /* Written by Marc Espie, public domain */
3 #define CTYPE_NUM_CHARS       256
4 
5 __BEGIN_HIDDEN_DECLS
6 extern const char _C_ctype_[];
7 extern const short _C_toupper_[];
8 extern const short _C_tolower_[];
9 __END_HIDDEN_DECLS
10