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-response.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-10-14  |  243 b   |  13 lines

  1. #include <ansidecl.h>
  2. #include <localeinfo.h>
  3. #include <stddef.h>
  4.  
  5.  
  6. CONST struct response_info __response_C =
  7.   {
  8.     (char *) "[yY][[:alpha:]]",
  9.     (char *) "[nN][[:alpha:]]"
  10.   };
  11.  
  12. CONST struct response_info *_response_info = &__response_C;
  13.