projects
/
kopensolaris-gnu
/
glibc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Formerly ../stdio/vfprintf.c.~8~
[kopensolaris-gnu/glibc.git]
/
locale
/
C-collate.c
1
#include <ansidecl.h>
2
#include <localeinfo.h>
3
#include <stddef.h>
4
5
6
CONST struct collate_info __collate_C = { 0, NULL, NULL, NULL };
7
CONST struct collate_info *_collate_info = &__collate_C;