home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / d / libc / libc-4.6 / libc-4 / libc-linux / locale / C-numeric.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-10-14  |  222 b   |  13 lines

  1. #include <ansidecl.h>
  2. #include <localeinfo.h>
  3. #include <stddef.h>
  4.  
  5.  
  6. CONST struct numeric_info __numeric_C =
  7.   {
  8.     (char *) ".", (char *) "",
  9.     (char *) ""
  10.   };
  11.  
  12. CONST struct numeric_info *_numeric_info = &__numeric_C;
  13.