代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/350636/10726486
c printfok.c
#include
void main(void)
{
int result;
result = printf("Jamsa\'s C/C++ Programmer\'s Bible!\n");
if (result == EOF)
fprintf(stderr, "Error within printf\n");
}
www.eeworm.com/read/350636/10726851
c ferror.c
#include
#include
void main(int argc, char *argv[])
{
FILE *fp;
char line[256];
if (fp = fopen(argv[1], "r"))
{
while (fgets(line, sizeof(line
www.eeworm.com/read/276409/10739753
c dmserver.c
#include
#include
#include
#include
#include
#include "DataType.h"
#include "ds40xxsdk.h"
#include "tmserverpu.h"
unsigned short format1[] =
www.eeworm.com/read/350382/10745782
m twologons.m
% create a movie (or play it) showing the interferences
% between two logons
% F. Auger, oct 1999
% Copyright (c) CNRS - France 1999.
%
% ------------------- CONFIDENTIAL PROGRAM ------------
www.eeworm.com/read/350382/10745878
m moon.m
% create a movie (or play it) showing the interferences
% between a sinusoid, a logon and a rotating logon
% F. Auger, oct 1999
% Copyright (c) CNRS - France 1999.
%
% ------------------- CON
www.eeworm.com/read/350382/10745918
m pwvmovie.m
% create a movie (or play it) showing the trade-off
% for the pweudo Wigner-Ville Distribution
% F. Auger, oct 1999
% Copyright (c) CNRS - France 1999.
%
% ------------------- CONFIDENTIAL PR
www.eeworm.com/read/276309/10748408
c ferror.c
#include
#include
void main (int argc, char *argv[])
{
FILE *fp;
char line[256];
if (fp = fopen(argv[1], "r"))
{
while (fgets(line, sizeof(lin
www.eeworm.com/read/276309/10749257
c no_redir.c
#include
#include
void main (void)
{
union REGS inregs, outregs;
// check the stdin handle first
inregs.x.ax = 0x4400;
inregs.x.bx = 0; // stdin
www.eeworm.com/read/350332/10750217
cpp listfile_c.cpp
//---------------------------------------------------------------------------
//-------- ListFile_C.cpp ---------------------------------------------------
//----------------------------------------
www.eeworm.com/read/421154/10752417
c pppdump.c
/*
* PPPDUMP.C
*
*/
#include
#include "global.h"
#include "mbuf.h"
#include "iface.h"
#include "internet.h"
#include "ppp.h"
#include "trace.h"
#ifdef TURBOC_SWITCH_BUG
#pra