glibc/locale/C-collate.c
1995-02-18 01:27:10 +00:00

8 lines
190 B
C

#include <ansidecl.h>
#include <localeinfo.h>
#include <stddef.h>
CONST struct collate_info __collate_C = { 0, NULL, NULL, NULL };
CONST struct collate_info *_collate_info = &__collate_C;