mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
13 lines
222 B
C
13 lines
222 B
C
#include <ansidecl.h>
|
|
#include <localeinfo.h>
|
|
#include <stddef.h>
|
|
|
|
|
|
CONST struct numeric_info __numeric_C =
|
|
{
|
|
(char *) ".", (char *) "",
|
|
(char *) ""
|
|
};
|
|
|
|
CONST struct numeric_info *_numeric_info = &__numeric_C;
|