summaryrefslogtreecommitdiff
path: root/locale/C-ctype_mb.c
diff options
context:
space:
mode:
Diffstat (limited to 'locale/C-ctype_mb.c')
-rw-r--r--locale/C-ctype_mb.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/locale/C-ctype_mb.c b/locale/C-ctype_mb.c
new file mode 100644
index 0000000000..fb2309a88d
--- /dev/null
+++ b/locale/C-ctype_mb.c
@@ -0,0 +1,9 @@
+#include <ansidecl.h>
+#include <localeinfo.h>
+#include <stddef.h>
+
+
+CONST struct ctype_mbchar_info __ctype_mbchar_C =
+ {
+ 0, NULL
+ };