From 28f540f45bbacd939bfd07f213bcad2bf730b1bf Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 18 Feb 1995 01:27:10 +0000 Subject: initial import --- locale/C-numeric.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 locale/C-numeric.c (limited to 'locale/C-numeric.c') diff --git a/locale/C-numeric.c b/locale/C-numeric.c new file mode 100644 index 0000000..890ab37 --- /dev/null +++ b/locale/C-numeric.c @@ -0,0 +1,12 @@ +#include +#include +#include + + +CONST struct numeric_info __numeric_C = + { + (char *) ".", (char *) "", + (char *) "" + }; + +CONST struct numeric_info *_numeric_info = &__numeric_C; -- cgit v1.1