代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/317812/3575740
c fprintf.c
/* fprintf.c - print to a file. stdio.h */
/* Copyright 1992-1995 Wind River Systems, Inc. */
/*
modification history
--------------------
01e,24jan95,rhp doc: avoid 'L' in fprintf(), no long doubl
www.eeworm.com/read/317812/3576987
c fprintf.c
/* fprintf.c - print to a file. stdio.h */
/* Copyright 1992-1995 Wind River Systems, Inc. */
/*
modification history
--------------------
01e,24jan95,rhp doc: avoid 'L' in fprintf(), no long doubl
www.eeworm.com/read/314225/3638561
c fprintf.c
/* fprintf.c - print to a file. stdio.h */
/* Copyright 1992-1995 Wind River Systems, Inc. */
/*
modification history
--------------------
01e,24jan95,rhp doc: avoid 'L' in fprintf(), no long doubl
www.eeworm.com/read/313224/3644526
al fprintf.al
# NOTE: Derived from ../../lib/POSIX.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package POSIX;
#line 257 "../../lib/POSIX.pm (autosplit into ../../lib/auto/
www.eeworm.com/read/312645/3652284
cxx fprintf.cxx
//===========================================================================
//
// fprintf.cxx
//
// ANSI Stdio fprintf() function
//
//===============================================
www.eeworm.com/read/304849/3784433
c fprintf.c
//
// Visopsys
// Copyright (C) 1998-2007 J. Andrew McLaughlin
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public
www.eeworm.com/read/304222/3802218
c fprintf.c
/*
* fprintf - write output on a stream
*/
/* $Header: fprintf.c,v 1.3 89/12/18 15:01:54 eck Exp $ */
#include
#include
#include "loc_incl.h"
int
fprintf(FILE *stream, const c
www.eeworm.com/read/303768/3807841
c fprintf.c
/* fprintf.c - print to a file. stdio.h */
/* Copyright 1992-1995 Wind River Systems, Inc. */
/*
modification history
--------------------
01e,24jan95,rhp doc: avoid 'L' in fprintf(), no long doubl
www.eeworm.com/read/303435/3810792
c fprintf.c
/* Copyright (c) Colorado School of Mines, 2006.*/
/* All rights reserved. */
#include "sfstdio.h"
/* Format data.
** Written by Kiem-Phong Vo
*/
#if __STD_C
int fprintf(FILE*
www.eeworm.com/read/300922/3843585
txt fprintf.txt
#include
#include
FILE *stream;
void main( void )
{
int i = 10;
double fp = 1.5;
char s[] = "this is a string";
char c = '\n';
stream = fopen