From 28f540f45bbacd939bfd07f213bcad2bf730b1bf Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 18 Feb 1995 01:27:10 +0000 Subject: initial import --- locale/C-ctype_mb.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 locale/C-ctype_mb.c (limited to 'locale/C-ctype_mb.c') 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 +#include +#include + + +CONST struct ctype_mbchar_info __ctype_mbchar_C = + { + 0, NULL + }; -- cgit v1.2.3