代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/184711/5245646
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/184711/5245656
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/184711/5245661
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/183395/5256247
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/183395/5256249
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/180437/5284465
c printf.c
/*****************************************************************************
* FILE: printf.c *
* *
* DESC: *
* - printf/puts library function *
www.eeworm.com/read/180437/5284577
h printf.h
#ifdef __EMX__
int puts(char *s);
int printf(const char *fmt,...);
int sprintf(char * buf, const char *fmt, ...);
#else
#include
#endif
www.eeworm.com/read/179911/5293116
c printf.c
/*
* printf.c: Putting things on the screen using SGI arcs
* PROM facilities.
*
* Copyright (C) 1996 David S. Miller (dm@sgi.com)
*
* $Id: printf.c,v 1.3 1999/10/09 00:00:57 ralf Exp $
www.eeworm.com/read/179911/5293636
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/179911/5293763
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