代码搜索结果

找到约 10,000 项符合 X 的代码

x-sco

RANLIB = : RANLIB_TEST = false CC = rcc $(RCCFLAGS) OLDCC = rcc $(RCCFLAGS) RCCFLAGS = -Dunix -Di386 -DM_UNIX -DM_I386 -DNULL=0 CCLIBFLAGS = CLIB = -lmalloc -lPW

x-next

# Make assignments for compiling on NeXT with their compiler version. CC=cc -traditional-cpp OLDCC=cc -traditional-cpp

x-osfrose

# Define CC and OLDCC as the same, so that the tests: # if [ x"$(OLDCC)" = x"$(CC)" ] ... # # will succeed (if OLDCC != CC, it is assumed that GCC is # being used in secondary stage builds). BUILD =

x-freebsd

# Don't run fixproto STMP_FIXPROTO = CLIB=-lgnumalloc

x-isc

CLIB = -lPW -lcposix X_CFLAGS = -D_POSIX_SOURCE ENQUIRE_LDFLAGS = -posix $(LDFLAGS)

x-aix

# There is an alloca in -lbsd, but it is limited to 32K ALLOCA = alloca.o # If you are running out of memory while compiling gcc, with the standard # /bin/cc uncomment MALLOCLIB line. That version of

x-unix

# Needed for missing functions in Sym1. CLIB=-liberty -lld

x.cpp

#include #include #include #define MAX 50 void main() { FILE *intxt,*outtxt; //存放输入字符串和输出单词串的文件 char a[MAX]; //a数组存放单词符号 char dchar; //dchar存放当前