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-collate.c next >
Encoding:
C/C++ Source or Header  |  1992-10-14  |  190 b   |  8 lines

  1. #include <ansidecl.h>
  2. #include <localeinfo.h>
  3. #include <stddef.h>
  4.  
  5.  
  6. CONST struct collate_info __collate_C = { 0, NULL, NULL, NULL };
  7. CONST struct collate_info *_collate_info = &__collate_C;
  8.