mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-08 18:30:18 +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;
|