代码搜索:printf

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

代码结果 10,000
www.eeworm.com/read/108506/6182318

c linux_core.c

/** * A client-side 802.1x implementation * * This code is released under both the GPL version 2 and BSD licenses. * Either license may be used. The respective licenses are found below. * * Co
www.eeworm.com/read/108242/6183573

c fsck1.c

/* Hacks for version 1.6 */ #define INODES_PER_BLOCK V1_INODES_PER_BLOCK #define INODE_SIZE V1_INODE_SIZE #define WORDS_PER_BLOCK (BLOCK_SIZE / (int) sizeof(bitchunk_t)) #define MAX_ZONES (V1_NR
www.eeworm.com/read/108242/6183574

c fsck.c

/* Hacks for version 1.6 */ #define INODES_PER_BLOCK V2_INODES_PER_BLOCK #define INODE_SIZE ((int) V2_INODE_SIZE) #define WORDS_PER_BLOCK (BLOCK_SIZE / (int) sizeof(bitchunk_t)) #define MAX_ZONE
www.eeworm.com/read/108242/6183684

c diff.c

/* diff - print differences between 2 files Author: Erik Baalbergen */ /* Poor man's implementation of diff(1) - no options available * - may give more output than other diffs, * due to the st
www.eeworm.com/read/108242/6183748

c postmort.c

/* postmort - post mortem dump Author: C. W. Rose */ /* Postmort: perform post-mortem on PC Minix 1.7 core files. * * $Id$ */ /* The 1.5 core file structure is a struct mem_map, the segment mem
www.eeworm.com/read/108242/6183945

c dismain.c

static char *sccsid = "@(#) dismain.c, Ver. 2.1 created 00:00:00 87/09/01"; /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
www.eeworm.com/read/108242/6184133

c ckucmd.c

char *cmdv = "Unix cmd package V2(022), 27 Jan 88"; /* C K U C M D -- Interactive command package for Unix */ /* V2 adds support for Data General and Apollo Aegis. */ /* Modelled after the DE
www.eeworm.com/read/108242/6184141

c ckucon.c

char *connv = "Connect Command for Unix, V4E(017) 14 Sep 87"; /* C K U C O N -- Dumb terminal connection to remote system, for Unix */ /* This module should work under all versions of Unix. It
www.eeworm.com/read/107846/6188127

c countdown.c

/* Countdown program. */ # include # include # include # include void main(int argc, char* argv[]) { int disp, count; if(argc < 2) { printf
www.eeworm.com/read/107846/6188136

c asterisk.c

# include void main() { int i, j, k; /* 变量i从0到4,表示所画菱形图的第一至第五行 */ for(i = 0; i