代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/151104/5686248
c printf.c
/*
* Carsten Langgaard, carstenl@mips.com
* Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved.
*
* ########################################################################
*
* Thi
www.eeworm.com/read/150583/5690506
c printf.c
//==========================================================================
//
// printf.c
//
// Stand-alone minimal printf support for RedBoot
//
//========================================
www.eeworm.com/read/147766/5720999
c printf.c
/*
* Carsten Langgaard, carstenl@mips.com
* Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved.
*
* ########################################################################
*
*
www.eeworm.com/read/147766/5722178
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/147766/5722305
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
www.eeworm.com/read/147766/5723058
c printf.c
/*
* printf.c: Internal prom library printf facility.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
* Copyright (c) 2002 Pete Zaitcev (zaitcev@yahoo.com)
*
* We used to warn a
www.eeworm.com/read/147331/5730585
c printf.c
/* Oki bug report [OKI006]
The following program is no work.
illegal trap: 0x12 pc=d000d954
d000d954 08000240 NOP
*/
#include
main ()
{
int i, j, k;
print ("
www.eeworm.com/read/147331/5732363
c printf.c
#include
#include
#include "local.h"
#ifdef _HAVE_STDC
#include
#else
#include
#endif
#ifdef _HAVE_STDC
int
_printf_r (struct _reent *ptr, const char *fm
www.eeworm.com/read/145991/5741615
c printf.c
/*****************************************************************************
* FILE: printf.c *
* *
* DESC: *
* - printf/puts library function *
www.eeworm.com/read/145991/5741727
h printf.h
#ifdef __EMX__
int puts(char *s);
int printf(const char *fmt,...);
int sprintf(char * buf, const char *fmt, ...);
#else
#include
#endif