代码搜索:stdio
找到约 10,000 项符合「stdio」的源代码
代码结果 10,000
www.eeworm.com/read/430434/8747605
h stdio.h
/*--------------------------------------------------------------------------
STDIO.H
Prototypes for standard I/O functions.
Copyright (c) 1988-2000 Keil Elektronik GmbH and Keil Software, Inc.
A
www.eeworm.com/read/286691/8748608
h stdio.h
/*
** STDIO.H -- Standard Small C Definitions.
*/
#define stdin 0 /* file descriptor for standard input file */
#define stdout 1 /* file descriptor for standard output file */
#define stde
www.eeworm.com/read/385934/8778102
h stdio.h
/*****************************************************************************/
/* STDIO.H v3.01 */
/* Copyright (c) 1993-1999 Texas Instru
www.eeworm.com/read/429936/8781939
h _stdio.h
/*------------------------------------------------------------------------------*/
/* */
/* Copyright (C) 1993-2003 by
www.eeworm.com/read/429611/8798949
h stdio.h
#ifndef _STDIO_H
#define _STDIO_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
#define EOL_LEN 3
#define _fd_type(fd) (((fd) >> 13) & 3)
#define _fd_seq(fd) ((fd) & 8191)
#define _mk_fd(
www.eeworm.com/read/429611/8799330
c stdio.c
/* Standard I/O routines with socket support
* Replaces those in Borland C++ library
* Copyright 1992 Phil Karn, KA9Q
*/
#include
#include
#include
#includ
www.eeworm.com/read/385413/8806263
h stdio.h
/*****************************************************************************/
/* STDIO.H v3.83 */
/* Copyright (c) 1993-2002 Texas Instrume
www.eeworm.com/read/285490/8836066
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/285242/8859231
h stdio.h
/*****************************************************************************/
/* STDIO.H v3.10 Beta */
/* Copyright (c) 1993-1998 Texas Instr