代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/480780/1314513
po printf.po
printf.o: printf.c sqliteInt.h sqlite3.h \
/usr/lib/gcc/i386-redhat-linux/3.4.6/include/stdarg.h hash.h parse.h \
/usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \
/usr/inc
www.eeworm.com/read/478822/1349122
c printf.c
/* vprintf.c
*
* (C) Copyright Apr 15 1995, Edmond J. Breen.
* ALL RIGHTS RESERVED.
* This code may be copied for personal, non-profit use only.
*
*/
#include
#include
#
www.eeworm.com/read/478822/1349333
c printf.c
/* vprintf.c
*
* (C) Copyright Apr 15 1995, Edmond J. Breen.
* ALL RIGHTS RESERVED.
* This code may be copied for personal, non-profit use only.
*
*/
#include
#include
#
www.eeworm.com/read/478549/1351228
c printf.c
/*****************************************************************************
* FILE: printf.c *
* *
* DESC: *
* - printf/puts library function *
www.eeworm.com/read/478549/1351340
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/477840/1357732
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/477840/1357734
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/464448/1530086
c _printf.c
#include
#include
#include
#include
#include
#include "_stdio.h"
#if defined(MINIMAL_PRINTF) && !defined(INTONLY_PRINTF)
#define INTONL
www.eeworm.com/read/464448/1530088
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/460691/1558106
al printf.al
# NOTE: Derived from ..\..\lib\POSIX.pm.
# Changes made here will be lost when autosplit again.
# See AutoSplit.pm.
package POSIX;
#line 501 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto/PO