代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/206632/5005029
c printf.c
/*
* NK Kernel printf code
*
* Copyright (c) 1995-2000 Microsoft Corporation. All rights reserved.
*
* Module Name:
*
* printf.c
*
* Abstract:
www.eeworm.com/read/205824/5015672
c printf.c
/* Copyright (C) 1991, 1995, 1996 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it unde
www.eeworm.com/read/205824/5019595
c printf.c
/*
* Conformance tests for *printf functions.
*
* Copyright 2002 Uwe Bonnes
* Copyright 2004 Aneurin Price
* Copyright 2005 Mike McCormack
*
* This library is free software; you can redi
www.eeworm.com/read/205290/5024225
c printf.c
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
printf.c
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
www.eeworm.com/read/201553/5057903
c printf.c
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
printf.c
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
www.eeworm.com/read/195341/5111847
3 printf.3
.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
www.eeworm.com/read/195341/5112085
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/195341/5112219
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/195185/5114738
c printf.c
#include "printf.h"
#include "windows.h"
#include
/////////////////////////////////////////////////////////////////////////////////////
//
//
void put_char ( char ch )
{
PWINDO
www.eeworm.com/read/195185/5114754
h printf.h
#ifndef __PRINT_H__
#define __PRINT_H__
//////////////////////////////////////////////////////////////////////////
//
//
void print ( const char * fmt, ... );
void put_char ( char c