aboutsummaryrefslogtreecommitdiff
path: root/libstdc++/cctype
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++/cctype')
-rw-r--r--libstdc++/cctype7
1 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++/cctype b/libstdc++/cctype
new file mode 100644
index 00000000000..e2765aed50a
--- /dev/null
+++ b/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