summaryrefslogtreecommitdiffstats
path: root/contrib/libstdc++/cctype
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libstdc++/cctype')
-rw-r--r--contrib/libstdc++/cctype7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/libstdc++/cctype b/contrib/libstdc++/cctype
new file mode 100644
index 0000000..e2765ae
--- /dev/null
+++ b/contrib/libstdc++/cctype
@@ -0,0 +1,7 @@
+// The -*- C++ -*- character type header.
+// This file is part of the GNU ANSI C++ Library.
+
+#ifndef __CCTYPE__
+#define __CCTYPE__
+#include <ctype.h>
+#endif
OpenPOWER on IntegriCloud