2 #include <localeinfo.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;