config-windows.h
来自「编译工具」· C头文件 代码 · 共 21 行
H
21 行
#include <io.h>#include <malloc.h>#pragma warning(disable:4786 4250)#define SIZEOF_UNSIGNED_CHAR 1#define SIZEOF_INT 4#define HAVE_STDLIB_H 1#define HAVE_STRERROR 1#define DONT_DECLARE_STRERROR 1#define STDC_HEADERS 1#ifdef __MINGW32__#define HAVE_VPRINTF#endif#pragma warning (disable: 4018)char *index( char *s, int c );char *rindex( char *s, int c );
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?