mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00: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;
|