代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/143516/12868947
c slhcdump.c
#include
#include "global.h"
#include "mbuf.h"
#include "internet.h"
#include "ip.h"
#include "slhc.h"
#include "trace.h"
static uint16 decodeint(struct mbuf **bpp);
static uint1
www.eeworm.com/read/143516/12868972
c ripdump.c
/* RIP packet tracing
*/
#include "global.h"
#include "mbuf.h"
#include "netuser.h"
#include "timer.h"
#include "rip.h"
#include "trace.h"
void
rip_dump(fp,bpp)
FILE *fp;
struct mbuf **b
www.eeworm.com/read/143516/12869003
c udpdump.c
/* UDP packet tracing
*
*/
#include
#include "global.h"
#include "mbuf.h"
#include "netuser.h"
#include "internet.h"
#include "udp.h"
#include "ip.h"
#include "socket.h"
#inclu
www.eeworm.com/read/143516/12869029
c nrdump.c
/* NET/ROM header tracing routines
*/
#include
#include "global.h"
#include "mbuf.h"
#include "netrom.h"
#include "nr4.h"
#include "trace.h"
/* Display NET/ROM network and transpo
www.eeworm.com/read/143516/12869110
c ax25dump.c
/* AX25 header tracing
*/
#include
#include "global.h"
#include "mbuf.h"
#include "ax25.h"
#include "lapb.h"
#include "trace.h"
#include "socket.h"
static char *decode_type(uint1
www.eeworm.com/read/143516/12869296
c ftpserv.c
/* Internet FTP Server
*/
#include
#include
#include
#ifdef __TURBOC__
#include
#include
#endif
#include "global.h"
#include "mbuf.h"
#include "
www.eeworm.com/read/143516/12869447
c fingerd.c
/* Internet Finger server
*/
#include
#include
#include "global.h"
#include "files.h"
#include "mbuf.h"
#include "socket.h"
#include "session.h"
#include "proc.h"
#incl
www.eeworm.com/read/330763/12869974
cpp daan.cpp
#include
#include
#include
#include
#include
typedef struct chi_struct
{
long double X[2];
long double a;
}MYSTRUCT;
MYSTRUCT JieA( l
www.eeworm.com/read/143472/12872859
c util.c
#include "globals.h"
#include "util.h"
void printToken( TokenType token, const char* tokenString )
{ switch (token)
{ case IF:
case THEN:
case ELSE:
case END:
www.eeworm.com/read/143457/12874509
cpp p1-95.cpp
#include
#include
#include
int main(void)
{
//声明变量
char ch;
char str[20];
int n;
float x;
//用stdin从键盘上输入数据
fprintf(stdout,"ch