代码搜索:fprintf

找到约 10,000 项符合「fprintf」的源代码

代码结果 10,000
www.eeworm.com/read/131315/5941140

c fprintf.c

#include #include // Define non-macro versions of stdin/stdout/stderr, for use by debuggers. // Define them here, assuming that almost all programs require fprintf(). #un
www.eeworm.com/read/128501/5990072

c _fprintf.c

/***********************************************************************/ /* */ /* Module: _fprintf.c
www.eeworm.com/read/128447/5990349

cxx fprintf.cxx

//=========================================================================== // // fprintf.cxx // // ANSI Stdio fprintf() function // //=====================================================
www.eeworm.com/read/128026/5992996

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/126765/6012216

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/125688/6024246

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
www.eeworm.com/read/125688/6025817

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
www.eeworm.com/read/124347/6051843

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/123322/6060724

cxx fprintf.cxx

//=========================================================================== // // fprintf.cxx // // ANSI Stdio fprintf() function // //=====================================================
www.eeworm.com/read/113399/6131670

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