代码搜索:stdio
找到约 10,000 项符合「stdio」的源代码
代码结果 10,000
www.eeworm.com/read/148380/12470971
c stdio.c
#include
#include
#include
#include
#include
#include
extern const unsigned char FONTS_ST[];
const u8 font_mask[8]={128,64,32,16,8
www.eeworm.com/read/148380/12470983
o stdio.o
www.eeworm.com/read/147646/12541206
h stdio.h
//------------------------------------------------------------------------------
// 颇 老 疙 : stdio.h
// 橇肺璃飘 : ezboot
// 汲 疙 : ezboot俊辑 荤侩窍绰 钎霖 涝免仿阑 困茄 庆歹 拳老
// 累 己 磊 : 蜡康芒
// 累 己 老 : 2001斥 11岿 3老
www.eeworm.com/read/147608/12542895
c stdio.c
#include
int main()
{
int c;
FILE *in, *out;
in = fopen("file.in","r");
out = fopen("file.out","w");
while((c = fgetc(in)) != EOF)
fputc(c,out);
exit(0);
www.eeworm.com/read/147363/12558884
h stdio.h
/***
*stdio.h - definitions/declarations for standard I/O routines
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This file defines the struct
www.eeworm.com/read/147193/12577694
gif stdio.gif
www.eeworm.com/read/248210/12589377
inc stdio.inc
#ifndef _INCLUDE_FILE_STDIO_INC_
_INCLUDE_FILE_STDIO_INC_ equ
include stddef.inc
_sprintf proto cdecl buffer:dword,format:dword,:vararg
_clearerr proto cdecl stream:dword
_fclose proto cdecl
www.eeworm.com/read/248190/12590136
h stdio.h
#ifndef _STDIO_H_
#define _STDIO_H_
#if z80
#define BUFSIZ 512
#define _NFILE 8
#else /* z80 */
#define BUFSIZ 1024
#define _NFILE 20
#endif /* z80 */
#ifndef _STDDEF
typedef int ptrdiff_t; /* r
www.eeworm.com/read/334090/12638086
h stdio.h
/*****************************************************************************/
/* STDIO.H v2.24 */
/* Copyright (c) 1993-2002 Texas Instru
www.eeworm.com/read/146494/12642353
h stdio.h
/*--------------------------------------------------------------------------
STDIO.H
Prototypes for standard I/O functions.
Copyright (c) 1988-1997 Keil Elektronik GmbH and Keil Software, Inc.
A