.TH PRINTF 3S .SH NAME printf, fprintf, sprintf \- formatted output conversion .SH SYNOPSIS .B #include .PP .B printf(format .RB [ , arg ] ... .B ) .br .B char *format; .PP .B fprintf(strea
http://www.codebf.com/read/216502/4890584
#include printf(fmt, args) char *fmt; { _doprnt(fmt, &args, stdout); return(ferror(stdout)? EOF: 0); }
http://www.codebf.com/read/216502/4891812
.th PRINTF III 9/17/73 .sh NAME printf \*- formatted print .sh SYNOPSIS .ft B printf(format, arg\s6\d1\u\s10, ...); .br char *format; .ft R .sh DESCRIPTION .it Printf converts, formats, and prints its
http://www.codebf.com/read/216499/4892435
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;
http://www.codebf.com/read/216499/4892676
/ 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
http://www.codebf.com/read/216499/4892811
/* * printf - write on the standard output stream */ /* $Header: /cvsup/minix/src/lib/stdio/printf.c,v 1.1.1.1 2005/04/21 14:56:36 beng Exp $ */ #include #include #include "loc
http://www.codebf.com/read/216450/4893855
.\" @(#)printf.3s 6.3 (Berkeley) 6/5/86 .\" .TH PRINTF 3 "June 5, 1986" .AT 3 .SH NAME printf, fprintf, sprintf, snprintf, vprintf, vfprintf, vsprintf, vsnprintf \- formatted output conversion .SH SYN
http://www.codebf.com/read/216450/4895237
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ printf.c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
http://www.codebf.com/read/212598/4935485
/* * printf.c: Internal prom library printf facility. * * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu) * Copyright (C) 1997 Jakub Jelinek (jj@sunsite.mff.cuni.cz) * Copyright (c)
http://www.codebf.com/read/209559/4961173
/* $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
http://www.codebf.com/read/209559/4961311
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机