代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/430182/1936133
c printf.c
/*
* Carsten Langgaard, carstenl@mips.com
* Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved.
*
* ########################################################################
*
*
www.eeworm.com/read/430182/1936994
c printf.c
/* $Id: printf.c,v 1.1.1.1 2004/02/04 12:55:52 laputa Exp $
* printf.c: Internal prom library printf facility.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
* Copyright (C) 1997
www.eeworm.com/read/430182/1937120
c printf.c
/* $Id: printf.c,v 1.1.1.1 2004/02/04 12:55:39 laputa Exp $
* printf.c: Internal prom library printf facility.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
*/
/* This routine
www.eeworm.com/read/430182/1937683
c printf.c
/* $Id: printf.c,v 1.1.1.1 2004/02/04 12:55:50 laputa Exp $
* printf.c: Internal prom library printf facility.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
*/
/* This routine
www.eeworm.com/read/430182/1937866
c printf.c
/*
* Carsten Langgaard, carstenl@mips.com
* Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved.
*
* ########################################################################
*
* Thi
www.eeworm.com/read/424992/2010698
c printf.c
#include
#define TRUE 1
#define FALSE 0
printf(fmt, arg)
const char *fmt;
int arg;
{
int ret;
ret = __printf(fmt,&arg);
return(ret);
}
__printf(fmt
www.eeworm.com/read/423568/2026613
c printf.c
#include "vsprintf.h"
#include "string.h"
#include "printf.h"
extern void putc(unsigned char c);
extern unsigned char getc(void);
#define OUTBUFSIZE 1024
#define INBUFSIZE 1024
static unsigned c
www.eeworm.com/read/423568/2026623
d printf.d
printf.o printf.d : printf.c vsprintf.h \
/work/friendly-arm_backup/friendly-arm/ARM_Projects/sys/lib/stdio/include/types.h \
string.h printf.h
www.eeworm.com/read/423568/2026628
h printf.h
#ifndef _PRINTF_H
#define _PRINTF_H
int printf(const char *fmt, ...);
int scanf(const char * fmt, ...);
#endif /* _PRINTF_H */
www.eeworm.com/read/423568/2026713
c printf.c
#include "vsprintf.h"
#include "string.h"
#include "printf.h"
extern void putc(unsigned char c);
extern unsigned char getc(void);
#define OUTBUFSIZE 1024
#define INBUFSIZE 1024
static unsigned c