代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/310520/13649815
c fprintf.c
# include
# include
# include
void main()
{
FILE *fp;
char str[80];
int i;
if((fp=fopen("test", "w"))==NULL)
{
printf("不能打开文件.\n");
exit(0);
}
www.eeworm.com/read/308442/13700986
c fprintf.c
#include
void main (void)
{
FILE *fp;
int pages = 892;
float price = 39.95;
if (fp = fopen("FPRINTF.DAT", "w"))
{
fprintf(fp, "Book Title: Jamsa's 1001
www.eeworm.com/read/301198/13863778
c fprintf.c
#include
void main (void)
{
FILE *fp;
int pages = 892;
float price = 39.95;
if (fp = fopen("FPRINTF.DAT", "w"))
{
fprintf(fp, "Book Title: Jamsa's 1001
www.eeworm.com/read/300969/13874852
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 *strea
www.eeworm.com/read/147331/5732395
c fprintf.c
/*
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted
* provided that the above copyright
www.eeworm.com/read/136812/5857477
c fprintf.c
#if !defined(lint) && defined(SCCSIDS)
static char sccsid[] = "@(#)fprintf.c 1.1 92/07/30 SMI"; /* from S5R2 1.5 */
#endif
/*LINTLIBRARY*/
#include
#include
extern int _doprnt(
www.eeworm.com/read/136812/5857490
c fprintf.c
#if !defined(lint) && defined(SCCSIDS)
static char sccsid[] = "@(#)fprintf.c 1.1 92/07/30 SMI"; /* from S5R2 1.5 */
#endif
/*LINTLIBRARY*/
#include
#include
#include
www.eeworm.com/read/134009/5895825
al fprintf.al
# NOTE: Derived from ../../lib/POSIX.pm.
# Changes made here will be lost when autosplit again.
# See AutoSplit.pm.
package POSIX;
#line 260 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/f
www.eeworm.com/read/133772/5900420
cxx fprintf.cxx
//===========================================================================
//
// fprintf.cxx
//
// ANSI Stdio fprintf() function
//
//===============================================
www.eeworm.com/read/131315/5930556
c fprintf.c
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Chris Torek.
*
* Redistri