代码搜索:CFront
找到约 1,009 项符合「CFront」的源代码
代码结果 1,009
www.eeworm.com/read/458360/7298507
c _vec..c
#line 1 "../../lib/new/_vec.c"
/* */
/* < ../../lib/new/_vec.c */
int * _new ( ) ;
int _delete ( ) ;
int * _vec_new ( ) ;
int _vec_delete ( ) ;
#line 1 "../../lib/new/_vec.c"
www.eeworm.com/read/458360/7298574
h stdio.h
/* @(#) stdio.h 1.8 1/31/86 13:40:51 */
/*ident "@(#)cfront:incl/stdio.h 1.8"*/
#define BUFSIZ 1024
#define _NFILE 20
#ifndef va_start
typedef char *va_list; //for the declaration of vprintf, vfpri
www.eeworm.com/read/458360/7298576
h stdarg.h
/* @(#) stdarg.h 1.2 1/27/86 17:46:59 */
/*ident "@(#)cfront:incl/stdarg.h 1.2"*/
/* stdarg.h */
/* ADAPTED FROM: */
/* @(#)varargs.h 1.2 */
/*
USAGE:
f( arg-declarations ... ) {
va_list ap;
www.eeworm.com/read/458360/7298599
h mon.h
/* @(#) mon.h 1.2 1/27/86 17:46:50 */
/*ident "@(#)cfront:incl/mon.h 1.2"*/
struct hdr {
char *lpc;
char *hpc;
int nfns;
};
struct cnt {
char *fnpc;
long mcnt;
};
typedef unsigned short WORD;
www.eeworm.com/read/458360/7298600
h vector.h
/* @(#) vector.h 1.3 1/27/86 17:47:26 */
/*ident "@(#)cfront:incl/vector.h 1.3"*/
#ifndef GENERICH
#include
#endif
#define vector(type) name2(type,vector)
#define vectordeclare(type)
www.eeworm.com/read/458360/7298605
h fcntl.h
/* @(#) fcntl.h 1.2 1/27/86 17:46:41 */
/*ident "@(#)cfront:incl/fcntl.h 1.2"*/
/* Flag values accessible to open(2) and fcntl(2) */
/* (The first three can only be set by open) */
#define O_RDONLY 0
www.eeworm.com/read/310556/13649180
c _new..c
#line 1 "../../lib/new/_new.c"
/* */
/* < ../../lib/new/_new.c */
int * _new ( ) ;
int _delete ( ) ;
int * _vec_new ( ) ;
int _vec_delete ( ) ;
#line 1 "../../lib/new/_new.c"
www.eeworm.com/read/310556/13649182
c _vec..c
#line 1 "../../lib/new/_vec.c"
/* */
/* < ../../lib/new/_vec.c */
int * _new ( ) ;
int _delete ( ) ;
int * _vec_new ( ) ;
int _vec_delete ( ) ;
#line 1 "../../lib/new/_vec.c"
www.eeworm.com/read/310556/13649249
h stdio.h
/* @(#) stdio.h 1.8 1/31/86 13:40:51 */
/*ident "@(#)cfront:incl/stdio.h 1.8"*/
#define BUFSIZ 1024
#define _NFILE 20
#ifndef va_start
typedef char *va_list; //for the declaration of vprintf, vfpri
www.eeworm.com/read/310556/13649251
h stdarg.h
/* @(#) stdarg.h 1.2 1/27/86 17:46:59 */
/*ident "@(#)cfront:incl/stdarg.h 1.2"*/
/* stdarg.h */
/* ADAPTED FROM: */
/* @(#)varargs.h 1.2 */
/*
USAGE:
f( arg-declarations ... ) {
va_list ap;