config.h

来自「判断一串字符是属于什么字符集的程序」· C头文件 代码 · 共 37 行

H
37
字号
/* config.h.  Generated by configure.  *//* config.h.in.  Generated from configure.in by autoheader.  *//* Name of package */#define PACKAGE "libcharguess"/* Define to the address where bug reports for this package should be sent. */#define PACKAGE_BUGREPORT ""/* Define to the full name of this package. */#define PACKAGE_NAME ""/* Define which directory should be used for package source. */#define PACKAGE_SOURCE_DIR "/home/stephane/libcharguess/cpp"/* Define to the full name and version of this package. */#define PACKAGE_STRING ""/* Define to the one symbol short name of this package. */#define PACKAGE_TARNAME ""/* Define to the version of this package. */#define PACKAGE_VERSION ""/* Define to 1 if you have the ANSI C header files. */#define STDC_HEADERS 1/* Version number of package */#define VERSION "1.0b"/* Define to empty if `const' does not conform to ANSI C. *//* #undef const *//* Define as `__inline' if that's what the C compiler calls it, or to nothing   if it is not supported. *//* #undef inline */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?