initial import
[glibc.git] / locale / C-ctype.c
blob7131a6f78c4abf32189d9f2bb2094cb156e49d2d
1 #include <ansidecl.h>
2 #include <localeinfo.h>
3 #include <stddef.h>
6 extern CONST struct ctype_ctype_info __ctype_ctype_C;
7 extern CONST struct ctype_mbchar_info __ctype_mbchar_C;
8 CONST struct ctype_info __ctype_C =
10 (struct ctype_ctype_info*)&__ctype_ctype_C,
11 (struct ctype_mbchar_info*) &__ctype_mbchar_C
14 CONST struct ctype_info *_ctype_info = &__ctype_C;