代码搜索:fprintf

找到约 10,000 项符合「fprintf」的源代码

代码结果 10,000
www.eeworm.com/read/452862/7431692

c code.c

#include "globals.h" #include "code.h" /* Procedure emitComment prints a comment line * with comment c in the code file */ void emitComment( char * c ) { if (TraceCode) fprintf(code
www.eeworm.com/read/452862/7431694

c util.c

#include "globals.h" #include "util.h" /* Procedure printToken prints a token * and its lexeme to the listing file */ void printToken( TokenType token, const char* tokenString ) { switc
www.eeworm.com/read/452710/7434734

makefile

# # Make the Xinu version of the C run-time support library # DIR = /usr/Xinu CFLAGS = -O -c -I../../h SFLAGS = -I../../h AR = /bin/ar LIB = ${DIR}/lib .s.o: $(AS) -o $@ $(AFLAGS) $
www.eeworm.com/read/452710/7434738

errs

cc -O -c -I../../h abs.c cc -O -c -I../../h atof.c cc -O -c -I../../h atoi.c cc -O -c -I../../h atol.c cc -O -c -I../../h bzero.c cc -O -c -I../../h ctype_.c cc -O -c -I../../h doprnt.c cc -O -
www.eeworm.com/read/452710/7434758

makefile,v

head 1.1; access; symbols; locks dls:1.1; strict; comment @# @; 1.1 date 97.09.21.19.31.19; author dls; state Dist; branches; next ; desc @@ 1.1 log @pre-3e code @ text @
www.eeworm.com/read/452710/7434807

raw makefile.raw

# # Make the Xinu version of the C run-time support library # DIR = {Xinu-directory} CFLAGS = -O -c -I../../sys/h SFLAGS = -I../../sys/h AR = /bin/ar LIB = ${DIR}/lib .s.o: $(AS) -o
www.eeworm.com/read/452710/7434892

c,v x_create.c,v

head 1.1; access; symbols; locks dls:1.1; strict; comment @ * @; 1.1 date 97.09.21.19.29.03; author dls; state Dist; branches; next ; desc @@ 1.1 log @pre-3e code @ text
www.eeworm.com/read/452710/7434919

c,v login.c,v

head 1.1; access; symbols; locks dls:1.1; strict; comment @ * @; 1.1 date 97.09.21.19.29.03; author dls; state Dist; branches; next ; desc @@ 1.1 log @pre-3e code @ text
www.eeworm.com/read/452710/7434930

c x_create.c

/* x_create.c - x_creat */ #include #include #include LOCAL char symfile[] = "pm.out"; /* name of object file to search*/ /*-----------------------------------
www.eeworm.com/read/452710/7434958

c login.c

/* login.c - login */ #include #include #include #include #include /*-----------------------------------------------------------------------