summaryrefslogtreecommitdiff
path: root/locale/C-numeric.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-02-18 01:27:10 +0000
committerRoland McGrath <roland@gnu.org>1995-02-18 01:27:10 +0000
commit28f540f45bbacd939bfd07f213bcad2bf730b1bf (patch)
tree15f07c4c43d635959c6afee96bde71fb1b3614ee /locale/C-numeric.c
initial import
Diffstat (limited to 'locale/C-numeric.c')
-rw-r--r--locale/C-numeric.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/locale/C-numeric.c b/locale/C-numeric.c
new file mode 100644
index 0000000000..890ab37d16
--- /dev/null
+++ b/locale/C-numeric.c
@@ -0,0 +1,12 @@
+#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;