13 lines
243 B
C
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;
|