glibc/locale/C-numeric.c
1995-02-18 01:27:10 +00:00

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;