c-response.c
来自「一个C源代码分析器」· C语言 代码 · 共 13 行
C
13 行
#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;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?