glibc/locale/C-response.c

13 lines
243 B
C
Raw Normal View History

1995-02-18 01:27:10 +00:00
#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;