代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/354586/3076278
c printf.c
////////////////////////////////////////////////////////////////////////////////////////////
//
//
// File: printf.c
//
// Copyright (C): 2005 Searen Network Software Ltd.
//
// [
www.eeworm.com/read/350730/3117156
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/350730/3117166
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/350730/3117171
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/350730/3117256
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/350730/3117260
d printf.d
printf.o printf.d : printf.c vsprintf.h \
/work/friendly-arm_backup/friendly-arm/ARM_Projects/stdio/include/types.h \
string.h printf.h
www.eeworm.com/read/350730/3117264
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/350657/3118530
c printf.c
/*
* Carsten Langgaard, carstenl@mips.com
* Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved.
*
* ########################################################################
*
*
www.eeworm.com/read/350657/3119402
c printf.c
/* $Id: printf.c,v 1.3 1997/03/18 18:00:00 jj Exp $
* printf.c: Internal prom library printf facility.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
* Copyright (C) 1997 Jakub J
www.eeworm.com/read/350657/3119528
c printf.c
/* $Id: printf.c,v 1.5 1996/04/04 16:31:07 tridge Exp $
* printf.c: Internal prom library printf facility.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
*/
/* This routine is i