代码搜索:stdio
找到约 10,000 项符合「stdio」的源代码
代码结果 10,000
www.eeworm.com/read/376249/9323382
h stdio.h
/*
* MICRO-C standard I/O definitions for MS-DOS
*
* Copyright 1988,1990 Dave Dunfield
* All rights reserved.
*/
#define FILE unsigned /* FILE = 16 bit value */
#define EOF -1 /* End
www.eeworm.com/read/179864/9334267
h stdio.h
www.eeworm.com/read/374730/9387464
h stdio.h
/*****************************************************************************/
/* STDIO.H v4.32 */
/* Copyright (c) 1993-2002 Texas Instru
www.eeworm.com/read/177902/9427221
h stdio.h
www.eeworm.com/read/373828/9433670
h stdio.h
/*****************************************************************************/
/* STDIO.H v3.01 */
/* Copyright (c) 1993-1999 Texas Instru
www.eeworm.com/read/373828/9434473
h stdio.h
/*****************************************************************************/
/* STDIO.H v3.01 */
/* Copyright (c) 1993-1999 Texas Instru
www.eeworm.com/read/177609/9444150
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/177251/9463944
h stdio.h
/*
* Snixos Project version 1.0, 2003.6
* (C) Copyright 2003,2004,2005 Jockeyson,KeqiangGao
* All Rights Reserved.
* Distributed under the terms of the GNU General Public License
www.eeworm.com/read/177127/9469090
h stdio.h
/*****************************************************************************/
/* STDIO.H v4.1.0 */
/* Copyright (c) 1993-2005 Texas Instr