代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/259137/4345671
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/259137/4345676
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/258350/4356875
c printf.c
/*
** The "printf" code that follows dates from the 1980's. It is in
** the public domain. The original comments are included here for
** completeness. They are very out-of-date but might be useful
www.eeworm.com/read/257914/4359560
c printf.c
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
printf.c
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
www.eeworm.com/read/254664/4381310
c _printf.c
/* For AVR, do not compile this file standalone in libsrc.common\stdio
*/
#if !defined(_AVR) || defined(AVR_DOIT)
#include
#include
#include
#include
www.eeworm.com/read/254664/4381312
c printf.c
#include
#include
#include
#include "_stdio.h"
#if defined(_HC12)
#pragma nonpaged_function putchar
#endif
int printf(CONST char *fmt, ...)
{
va_list va
www.eeworm.com/read/253603/4393683
c printf.c
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
printf.c
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
www.eeworm.com/read/252366/4408227
c printf.c
/*
* printf - write on the standard output stream
*/
/* $Header: printf.c,v 1.3 89/12/18 15:03:08 eck Exp $ */
#include
#include
#include "loc_incl.h"
int
printf(con
www.eeworm.com/read/161121/5555587
c printf.c
/*
* Carsten Langgaard, carstenl@mips.com
* Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved.
*
* ########################################################################
*
*
www.eeworm.com/read/161121/5556601
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