ultrix.cf
来自「与Casio BOSS进行串口通讯的程序」· CF 代码 · 共 32 行
CF
32 行
XCOMM platform: $XConsortium: ultrix.cf,v 1.45.1.1 92/11/11 09:58:08 rws Exp $#define OSName Ultrix-32 4.2XCOMM operating system: OSName#define OSMajorVersion 4#define OSMinorVersion 2#define HasPutenv YES#define HasSaberC YES#define HasShm YES#define LintLibFlag -o#define LintOpts -ax#ifdef VaxArchitecture#define UnalignedReferencesAllowed YES /* if arbitrary deref is okay */#endif#ifdef MipsArchitecture#if OSMajorVersion > 4 || (OSMajorVersion == 4 && OSMinorVersion >= 2)/* Even under ultrix 4.2, the compiler miscompiles some alloca calls */#define AllocateLocalDefines /* -DINCLUDE_ALLOCA_H */#else#define AllocateLocalDefines /**/#endif#define NeedFunctionPrototypes YES#endif#if HasGcc#define CcCmd gcc -ansi -Dvax -Dultrix -fpcc-struct-return#define AllocateLocalDefines /* */#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?