代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/111497/15511618
h _printf.h
#ifndef __TL__PRINTF_H
#define __TL__PRINTF_H
#ifdef __cplusplus
extern "C"
{
#endif
#include
typedef int (*fnptr_t)(unsigned c, void **helper);
int do_printf(const char *fmt, va_list
www.eeworm.com/read/110427/15533938
c printf.c
www.eeworm.com/read/110424/15533960
c printf.c
www.eeworm.com/read/109811/15547656
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/108423/15586148
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/105158/15677081
lua printf.lua
-- an implementation of printf
function printf(...)
io.write(string.format(unpack(arg)))
end
printf("Hello %s from %s on %s\n",os.getenv"USER" or "there",_VERSION,os.date())
www.eeworm.com/read/105051/15679279
c printf.c
/*
* Oh, it's a waste of space, but oh-so-yummy for debugging. It's just
* initialization code anyway, so it doesn't take up space when we're
* actually running. This version of printf() does not
www.eeworm.com/read/105000/15680052
c printf.c
/*
; File : $Workfile: PRINTF.C$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By : $CALDERA$
;
;-------------------------------
www.eeworm.com/read/105000/15680073