代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/298973/3856818
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/298657/3861591
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/296544/3902377
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/288165/4009455
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/287839/4015905
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/282272/4106331
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/279968/4130393
s fprintf.s
/*
Copyright (c) 2007, Toshiba Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following con
www.eeworm.com/read/279968/4130778
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/274119/4188951
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);
}