代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/399014/7900528
dfm printf.dfm
object PrintForm: TPrintForm
Left = 184
Top = 400
Width = 747
Height = 596
Caption = #25171#21360
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
www.eeworm.com/read/399014/7900576
dcu printf.dcu
www.eeworm.com/read/399014/7900649
ddp printf.ddp
www.eeworm.com/read/198623/7919798
c printf.c
char *_ptrbf, *_ptrst, *__fmt;
printf(a1,a2,a3,a4){
auto char c, *s, adj, *ptr,*p, buf[30];
extern cputc(),_putstr(), cout;
auto int *adx, x, n, m, width, prec,i, padchar, fd;
double zz, *dblptr;
www.eeworm.com/read/198623/7920141
s printf.s
/ C library -- printf
.globl _printf
.globl pfloat
.globl pscien
.globl _putchar
.globl csv
.globl cret
_printf:
jsr r5,csv
sub $126.,sp
mov 4(r5),formp / format
mov r5,r4
add $6,r4 / arg
www.eeworm.com/read/398754/7925779
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/197810/7969853
c printf.c
/* Author: Daniel Malik (daniel.malik@motorola.com) */
/* Revision history:
1.0 First code released (15/02/2001)
1.1 Bug in fractional support: fmtpars.justification_options == zero_fill; chang
www.eeworm.com/read/196870/8052716
c printf.c
/* Formatted output to strings, using POSIX/XSI format strings with positions.
Copyright (C) 2003, 2006 Free Software Foundation, Inc.
Written by Bruno Haible , 2003.
This p
www.eeworm.com/read/297009/8065871
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/296068/8125096
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