blob: d823886b34530dd35064d5ccefd14bbd38759921 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#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;
|