代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/173349/9661489
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/173349/9661697
test printf.test
# 2001 September 15
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yo
www.eeworm.com/read/172772/9691491
c _printf.c
/* printf using RAM string
*/
#define ATOI atoi
#define _PRINT _print
#define XCONST
#define AVR_DOIT
#include "../libsrc.common/stdio/_printf.c"
www.eeworm.com/read/368352/9700205
lua printf.lua
-- an implementation of printf
function printf(...)
io.write(string.format(...))
end
printf("Hello %s from %s on %s\n",os.getenv"USER" or "there",_VERSION,os.date())
www.eeworm.com/read/171718/9739879
c printf.c
/* Formatted output to strings, using POSIX/XSI format strings with positions.
Copyright (C) 2003 Free Software Foundation, Inc.
Written by Bruno Haible , 2003.
This program
www.eeworm.com/read/171365/9760178
o printf.o
www.eeworm.com/read/171365/9760190
c printf.c
#include
/*****************************************************************************
*****************************************************************************/
int printf(const cha
www.eeworm.com/read/171365/9760357
h _printf.h
#ifndef __TL_DOPRINTF_H
#define __TL_DOPRINTF_H
#ifdef __cplusplus
extern "C"
{
#endif /* #ifdef __cplusplus */
#include /* va_list */
typedef int (*fnptr)(char c, void **helpe