summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/ctype_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/stdlib/ctype_private.h')
-rw-r--r--libc/stdlib/ctype_private.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libc/stdlib/ctype_private.h b/libc/stdlib/ctype_private.h
new file mode 100644
index 0000000..39cc792
--- /dev/null
+++ b/libc/stdlib/ctype_private.h
@@ -0,0 +1,7 @@
+/* $OpenBSD: ctype_private.h,v 1.1 2005/08/08 05:53:00 espie Exp $ */
+/* Written by Marc Espie, public domain */
+#define CTYPE_NUM_CHARS 256
+extern const char _C_ctype_[];
+extern const short _C_toupper_[];
+extern const short _C_tolower_[];
+