mirror of git://sourceware.org/git/glibc.git
Initial revision
This commit is contained in:
parent
b115179ebc
commit
86a4de885e
|
@ -0,0 +1,15 @@
|
|||
/* Built-in numeric information for `C' locale,
|
||||
generated Thu Jan 1 00:00:00 1970 by li2c. */
|
||||
|
||||
#include <ansidecl.h>
|
||||
#include <localeinfo.h>
|
||||
#include <stddef.h>
|
||||
|
||||
|
||||
struct numeric_info __numeric_C =
|
||||
{
|
||||
(char *) ".", (char *) "",
|
||||
(char *) "\177"
|
||||
};
|
||||
|
||||
CONST struct numeric_info *_numeric_info = &__numeric_C;
|
Loading…
Reference in New Issue