config.h

来自「类PASCAL语言的编译器,LINUX环境的,我没试过是否正确.」· C头文件 代码 · 共 25 行

H
25
字号
/* * General config setup headers. */#ifdef SUNOS#include <varargs.h>#define VARARG_FUNCTIONS#ifndef UNIX#define UNIX#endif#endif#if defined(__GCC_NEW_VARARGS__) /* && defined(__GCC__) *//* * If you want this file to be compiled using the va_* macros instead of the * dirty "address of parameter version", define as below! * (Without this define, SunOS 4.1.x versions will likely crash!) */#define VARARG_FUNCTIONS /* should be defined before the includes below */#endif

⌨️ 快捷键说明

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