home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / glibc-1.06 / locale / C-numeric.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-04-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.