summaryrefslogtreecommitdiff
path: root/locale/C-numeric.c
blob: 890ab37d167507643df895d377f4a301196a49d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
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;