代码搜索:stdio
找到约 10,000 项符合「stdio」的源代码
代码结果 10,000
www.eeworm.com/read/110420/15534366
c stdio.c
/* Standard I/O routines with socket support
* Replaces those in Borland C++ library
*/
#include
#include
#include
#include
#include
#d
www.eeworm.com/read/108965/15569299
inc stdio.inc
;----------------------------------------------------------
; 作者:陈文尧
; 文件:Stdio.inc
; 版本:1.04
; 创建日期:2001.08.01
;----------------------------------------------------------
GetChar MACRO rim
www.eeworm.com/read/107678/15603686
h stdio.h
www.eeworm.com/read/107487/15606131
c no_stdio.c
void main(void)
{
printf ("Jamsa\'s C/C++ Programmer\'s Bible");
}
www.eeworm.com/read/107421/15607336
h stdio.h
#pragma force_top_level
#pragma include_only_once
/* stdio.h: ANSI 'C' (X3J11 Oct 88) library header, section 4.9 */
/* Copyright (C) Codemist Ltd., 1988-1993 */
/* Copyrig
www.eeworm.com/read/106975/15615659
c stdio.c
www.eeworm.com/read/105882/15656169
tm stdio.tm
\function{clearerr}
\synopsis{Clear the error of a file stream}
\usage{clearerr (File_Type fp}
\description
The \var{clearerr} function clears the error and end-of-file flags
associated with the o
www.eeworm.com/read/105882/15656295
sl stdio.sl
_debug_info = 1; () = evalfile ("inc.sl");
print ("Testing stdio routines...");
define fopen_tmp_file (fileptr, mode)
{
variable n;
variable file, fp;
variable fmt;
@fileptr = NULL;