config.h.in

来自「ttfdump源代码」· IN 代码 · 共 24 行

IN
24
字号
/* config.h.in.  Generated automatically from configure.in by autoheader.  *//* Define as __inline if that's what the C compiler calls it.  */#undef inline/* Define if you have the ANSI C header files.  */#undef STDC_HEADERS/* Define if your processor stores words with the most significant   byte first (like Motorola and SPARC, unlike Intel and VAX).  */#undef WORDS_BIGENDIAN/* The number of bytes in a int.  */#undef SIZEOF_INT/* The number of bytes in a long.  */#undef SIZEOF_LONG/* The number of bytes in a long long.  */#undef SIZEOF_LONG_LONG/* Define if you have the strstr function.  */#undef HAVE_STRSTR

⌨️ 快捷键说明

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