glibc/locale/C-collate.c

8 lines
190 B
C
Raw Normal View History

1995-02-18 02:27:10 +01:00
#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;