glibc/locale/C-numeric.c

13 lines
222 B
C
Raw Normal View History

1995-02-18 02:27:10 +01:00
#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;