cpl_config.h

来自「读写ArcInfo Binary Grid的c代码」· C头文件 代码 · 共 32 行

H
32
字号
/* Define if you don't have vprintf but do have _doprnt.  */#undef HAVE_DOPRNT/* Define if you have the vprintf function.  */#define HAVE_VPRINTF#define HAVE_VSNPRINTF#define vsnprintf _vsnprintf/* Define if you have the ANSI C header files.  */#ifndef STDC_HEADERS#  define STDC_HEADERS#endif/* Define if you have the <fcntl.h> header file.  */#undef HAVE_FCNTL_H/* Define if you have the <unistd.h> header file.  */#undef HAVE_UNISTD_H/* Define if you have the <stdint.h> header file.  */#undef HAVE_STDINT_H#undef HAVE_LIBDL #undef HAVE_DLFCN_H#undef HAVE_DBMALLOC_H#undef HAVE_LIBDBMALLOC#undef WORDS_BIGENDIAN#undef CPL_DISABLE_DLL

⌨️ 快捷键说明

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