代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/8908/154813
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/10438/186626
c fprintf.c
/***
*fprintf.c - print formatted data to stream
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines fprintf() - print formatted data to stream
*
**
www.eeworm.com/read/11180/210613
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/15192/434922
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/16273/666379
c fprintf.c
/***
*fprintf.c - print formatted data to stream
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines fprintf() - print formatted data to st
www.eeworm.com/read/37150/899520
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/34867/1045680
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/35567/1059350
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/492252/1177779
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/492131/1181295
c fprintf.c
/* This is file FPRINTF.C */
/* This file may have been modified by DJ Delorie (Jan 1991). If so,
** these modifications are Coyright (C) 1993 DJ Delorie, 24 Kirsten Ave,
** Rochester NH, 03867-29