⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sgi.cf

📁 与Casio BOSS进行串口通讯的程序
💻 CF
字号:
XCOMM platform:  $XConsortium: sgi.cf,v 1.19.1.1 92/11/11 09:51:39 rws Exp $#define OSName			IRIXXCOMM operating system:  OSName#define OSMajorVersion		4#define OSMinorVersion		0#define SystemV			YES#define HasPutenv		YES#define ExecableScripts		YES#define HasNdbm			YES#define HasVFork		YES#define Malloc0ReturnsNull	YES#define ExpandManNames          YES/* At SGI, in 3.2 we have TCP/IP sockets only, 3.3 has unix domain also ! */#define HasSockets		YES#if OSMajorVersion > 3 || (OSMajorVersion == 3 && OSMinorVersion > 2)#define NeedVarargsPrototypes	YES#define NeedConstPrototypes	YES#define NeedWidePrototypes	NO#endif/* Extra libraries provide : yp, sysV malloc & shared libc */#define ExtraLibraries -lsun -lmalloc -lc_s#define CCPreprocessorFlags /* As Nothing For the Standard "cpp" */#define SymbolTables -Wf,-XNp9000,-XNd8000,-XNh2000/* NOTE: the SGI cc driver invoking the ANSI cpp does NOT define __STDC__ *//* #define CCPreprocessorFlags -acpp -D__STDC__ -D__EXTENSIONS__ SymbolTables *//* this is for floating point, ANSI cpp */#define DefaultCCOptions -prototypes -float CCPreprocessorFlags SymbolTables/* At SGI, we don't need this */#define ConstructMFLAGS		NO	/* build MFLAGS from MAKEFLAGS *//* Used only for compressed fonts */#define UNCOMPRESSPATH /usr/bsd/uncompress/* Override Imake.tmpl's "-X" flag */#define LdCombineFlags -r#define ArCmd ar scq#define LnCmd ln -s/* for xdm or anyone else to use */#define DefaultUserPath :/usr/sbin:/usr/bsd:/usr/bin:/bin:$(BINDIR):/etc:/usr/etc#define DefaultSystemPath /usr/sbin:/usr/bsd:/bin:/etc:/usr/bin:/usr/etc:$(BINDIR)/* Changed to a single shell command for pmake/smake *//* * ObjectCompile - compile fragment for a normal object file */#define	ObjectCompile(options) $(RM) $@ $*.os \				@@\	&& $(CC) -c options $(CFLAGS) $*.c \				@@\	&& $(LD) -x -r $@ -o $*.os \					@@\	&& $(MV) $*.os $@/* * LibObjCompile - compile fragment for shared/profiled/debugged objects */#define LibObjCompile(dir,options) $(RM) $@ dir/$@ \			@@\	&& $(CC) -c options $(CFLAGS) $*.c \				@@\	&& $(MV) $@ dir/$@

⌨️ 快捷键说明

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