代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/383940/2605499
h printf.h
/*
* "Copyright (c) 2006 Washington University in St. Louis.
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose, with
www.eeworm.com/read/383940/2605503
h printf.h
/*
* "Copyright (c) 2006 Washington University in St. Louis.
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose, with
www.eeworm.com/read/383940/2605799
h printf.h
/*
* "Copyright (c) 2006 Washington University in St. Louis.
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose, with
www.eeworm.com/read/383898/2610143
c printf.c
#include "printf.h"
#include "windows.h"
#include
/////////////////////////////////////////////////////////////////////////////////////
//
//
void put_char ( char ch )
{
PWINDO
www.eeworm.com/read/383898/2610159
h printf.h
#ifndef __PRINT_H__
#define __PRINT_H__
//////////////////////////////////////////////////////////////////////////
//
//
void print ( const char * fmt, ... );
void put_char ( char c
www.eeworm.com/read/383898/2610208
h printf.h
////////////////////////////////////////////////////////////////////////////////////////////
//
//
// File: printf.h
//
// Copyright (C): 2005 Searen Network Software Ltd.
//
// [
www.eeworm.com/read/383898/2610218
c printf.c
////////////////////////////////////////////////////////////////////////////////////////////
//
//
// File: printf.c
//
// Copyright (C): 2005 Searen Network Software Ltd.
//
// [
www.eeworm.com/read/371925/2777371
c printf.c
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
printf.c
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
www.eeworm.com/read/369339/2800997
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/369339/2801235
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;