glibc/locale/C-response.c
1995-02-18 01:27:10 +00:00

13 lines
243 B
C

#include <ansidecl.h>
#include <localeinfo.h>
#include <stddef.h>
CONST struct response_info __response_C =
{
(char *) "[yY][[:alpha:]]",
(char *) "[nN][[:alpha:]]"
};
CONST struct response_info *_response_info = &__response_C;