config.h.w32

来自「Doc++,可以根据你的C/C++和java的源码文件中的注释行自动生成Html」· W32 代码 · 共 29 行

W32
29
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?