mirror of git://sourceware.org/git/glibc.git
16 lines
320 B
C
16 lines
320 B
C
/* 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;
|