]> sourceware.org Git - glibc.git/blob - locale/C-ctype.c
initial import
[glibc.git] / locale / C-ctype.c
1 #include <ansidecl.h>
2 #include <localeinfo.h>
3 #include <stddef.h>
4
5
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 =
9 {
10 (struct ctype_ctype_info*)&__ctype_ctype_C,
11 (struct ctype_mbchar_info*) &__ctype_mbchar_C
12 };
13
14 CONST struct ctype_info *_ctype_info = &__ctype_C;
This page took 0.034114 seconds and 5 git commands to generate.