代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/101082/6251567
c attack.c
#ifndef lint
static char sccsid[] = "@(#)attack.c 4.2 (Berkeley) 5/9/83";
#endif not lint
# include "trek.h"
/*
** Klingon Attack Routine
**
** This routine performs the Klingon attack provided tha
www.eeworm.com/read/101082/6251568
c score.c
#ifndef lint
static char sccsid[] = "@(#)score.c 4.2 (Berkeley) 5/9/83";
#endif not lint
# include "trek.h"
# include "getpar.h"
/*
** PRINT OUT THE CURRENT SCORE
*/
long score()
{
register int
www.eeworm.com/read/101082/6251571
c kill.c
#ifndef lint
static char sccsid[] = "@(#)kill.c 4.2 (Berkeley) 5/27/83";
#endif not lint
# include "trek.h"
/*
** KILL KILL KILL !!!
**
** This file handles the killing off of almost anything.
*/
www.eeworm.com/read/101082/6251573
c phaser.c
#ifndef lint
static char sccsid[] = "@(#)phaser.c 4.2 (Berkeley) 5/27/83";
#endif not lint
# include "trek.h"
# include "getpar.h"
/* factors for phaser hits; see description below */
# define ALPH
www.eeworm.com/read/101082/6251575
c destruct.c
#ifndef lint
static char sccsid[] = "@(#)destruct.c 4.3 (Berkeley) 5/27/83";
#endif not lint
# include "trek.h"
/*
** Self Destruct Sequence
**
** The computer starts up the self destruct sequence.
www.eeworm.com/read/101082/6251576
c getpar.c
#ifndef lint
static char sccsid[] = "@(#)getpar.c 4.3 (Berkeley) 5/28/83";
#endif not lint
# include
# include "getpar.h"
/**
** get integer parameter
**/
getintpar(s)
char *s;
{
regis
www.eeworm.com/read/101082/6251595
c abandon.c
#ifndef lint
static char sccsid[] = "@(#)abandon.c 4.3 (Berkeley) 5/27/83";
#endif not lint
# include "trek.h"
/*
** Abandon Ship
**
** The ship is abandoned. If your current ship is the Faire
**
www.eeworm.com/read/101082/6251600
c torped.c
#ifndef lint
static char sccsid[] = "@(#)torped.c 4.3 (Berkeley) 5/27/83";
#endif not lint
# include
# include "trek.h"
/*
** PHOTON TORPEDO CONTROL
**
** Either one or three photon torpe
www.eeworm.com/read/101082/6251610
c lrscan.c
#ifndef lint
static char sccsid[] = "@(#)lrscan.c 4.1 (Berkeley) 3/23/83";
#endif not lint
# include "trek.h"
/*
** LONG RANGE OF SCANNERS
**
** A summary of the quadrants that surround you is prin
www.eeworm.com/read/101082/6251612
c attack.c
#ifndef lint
static char sccsid[] = "@(#)attack.c 4.2 (Berkeley) 5/9/83";
#endif not lint
# include "trek.h"
/*
** Klingon Attack Routine
**
** This routine performs the Klingon attack provided tha