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.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 locale/C-ctype.c (limited to 'locale/C-ctype.c') diff --git a/locale/C-ctype.c b/locale/C-ctype.c new file mode 100644 index 0000000000..7131a6f78c --- /dev/null +++ b/locale/C-ctype.c @@ -0,0 +1,14 @@ +#include +#include +#include + + +extern CONST struct ctype_ctype_info __ctype_ctype_C; +extern CONST struct ctype_mbchar_info __ctype_mbchar_C; +CONST struct ctype_info __ctype_C = + { + (struct ctype_ctype_info*)&__ctype_ctype_C, + (struct ctype_mbchar_info*) &__ctype_mbchar_C + }; + +CONST struct ctype_info *_ctype_info = &__ctype_C; -- cgit 1.4.1