代码搜索:stdio
找到约 10,000 项符合「stdio」的源代码
代码结果 10,000
www.eeworm.com/read/128178/14311678
h stdio.h
/****************************************************************
Standard Input/Output header.
NOTE: The library has no real notion of input/output.
The type FILE and the defines stdout and s
www.eeworm.com/read/127726/14338858
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/127668/14341988
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/127668/14342023
pas stdio.pas
{ C2P convertion of SmallC [2-1-2001] by Paul TOTH }
(*
** STDIO.H -- Standard Small C Definitions.
*)
Unit STDIO;
(*
** STDIO.H -- Standard Small C Definitions.
*)
Interface
Const
stdin
www.eeworm.com/read/229120/14353091
h stdio.h
/*****************************************************************************/
/* STDIO.H v7.00 */
/* Copyright (c) 1993-1999 Texas Instrume
www.eeworm.com/read/228773/14364049
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/127217/14369146
h stdio.h
/*--------------------------------------------------------------------------
STDIO.H
Prototypes for standard I/O functions.
Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil Software, Inc.
A
www.eeworm.com/read/127160/14374952
h stdio.h
www.eeworm.com/read/228480/14382846
lib stdio.lib
/////////////////////////////////////////////
// FUNCTION TO SCAN VALUES FROM CONSOLE
void inputto()
{
char name_var[31];
int ai,aj,value;
read_buffer(name_var);
value = return_position(nam
www.eeworm.com/read/126442/14423380
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