📄 config.h.w32
字号:
/* src/config.h. static configuration for Win32 *//* Define if you have the ANSI C header files. */#define STDC_HEADERS 1/* Define if lex declares yytext as a char * by default, not a char[]. */#define YYTEXT_POINTER 1/* Define if you want to generate debugging informations. *//* #define DEBUG 1 *//* Define if you have the getopt_long function. *//* #define HAVE_GETOPT_LONG 1 *//* Define if you have the strdup function. */#define HAVE_STRDUP 1/* Define if you have the strstr function. */#define HAVE_STRSTR 1/* Define if you have the <getopt.h> header file. *//* #define HAVE_GETOPT_H 1 *//* Define if you have the <string.h> header file. */#define HAVE_STRING_H 1/* Define if you have the <strings.h> header file. *//* #define HAVE_STRINGS_H 1 */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -