代码搜索:CFront

找到约 1,009 项符合「CFront」的源代码

代码结果 1,009
www.eeworm.com/read/366702/2871720

c 900321_01.c

// { dg-do assemble } // g++ 1.37.1 bug 900321_01 // cfront flags ERRORs on each of the lines indicated below. g++ does not // flag either ERRORs or warnings. // Although I cannot find where in the
www.eeworm.com/read/458360/7298484

c io.c

/* @(#) io.c 1.2 1/27/86 17:47:36 */ /*ident "@(#)cfront:lib/complex/io.c 1.2"*/ #include "complex.h" ostream& operator
www.eeworm.com/read/458360/7298501

c streambuf.c

/* @(#) streambuf.c 1.2 1/27/86 17:48:04 */ /*ident "@(#)cfront:lib/stream/streambuf.c 1.2"*/ #include "stream.h" /* Allocate some space for the buffer. Returns: EOF on error 0 on success */ int
www.eeworm.com/read/458360/7298571

h common.h

/* @(#) common.h 1.2 1/27/86 17:46:34 */ /*ident "@(#)cfront:incl/common.h 1.2"*/ class istream; class ostream; struct common { virtual int cmp(common& oo) { return this==&oo; } /* cmp performs a
www.eeworm.com/read/458360/7298584

h shm.h

/* @(#) shm.h 1.2 1/27/86 17:47:10 */ /*ident "@(#)cfront:incl/sys/shm.h 1.2"*/ /* ** IPC Shared Memory Facility. */ /* ** Implementation Constants. */ #define SHMLBA stob(1) /* segment low boundary
www.eeworm.com/read/458360/7298589

h string.h

/* @(#) string.h 1.3 1/27/86 17:47:04 */ /*ident "@(#)cfront:incl/string.h 1.3"*/ extern char *strcpy(char*, const char*), *strncpy(char*, const char*, int), *strcat(char*, const char*), *strncat(
www.eeworm.com/read/328267/13036815

cpp scan.cpp

/* A lexical scanner generated by flex */ #define FLEX_SCANNER #ifdef _WIN32 #include #else #include #endif #include #include /* cfront 1.2 de
www.eeworm.com/read/328267/13036869

cpp scan.cpp

/* A lexical scanner generated by flex */ #define FLEX_SCANNER #ifdef _WIN32 #include #else #include #endif #include #include /* cfront 1.2 de
www.eeworm.com/read/328267/13037072

cpp scan.cpp

/* A lexical scanner generated by flex */ #define FLEX_SCANNER #ifdef _WIN32 #include #else #include #endif #include #include /* cfront 1.2 de
www.eeworm.com/read/310556/13649159

c io.c

/* @(#) io.c 1.2 1/27/86 17:47:36 */ /*ident "@(#)cfront:lib/complex/io.c 1.2"*/ #include "complex.h" ostream& operator