代码搜索:stdio
找到约 10,000 项符合「stdio」的源代码
代码结果 10,000
www.eeworm.com/read/425108/10381549
h stdio.h
/*****************************************************************************/
/* STDIO.H v3.10 Beta */
/* Copyright (c) 1993-1998 Texas Instr
www.eeworm.com/read/354066/10392492
h stdio.h
/* stdio.h
Definitions for stream input/output.
Copyright (c) 1987, 1992 by Borland International
All Rights Reserved.
*/
#ifndef __STDIO_H
#define __STDIO_H
#if !defined(_
www.eeworm.com/read/160859/10482059
h stdio.h
/*****************************************************************************/
/* STDIO.H v3.10 Beta */
/* Copyright (c) 1993-1998 Texas Instr
www.eeworm.com/read/160799/10498626
h stdio.h
www.eeworm.com/read/278771/10510666
h stdio.h
www.eeworm.com/read/352714/10522362
h stdio.h
/*
* stdio.h
* Modified for use in 15-410 at CMU
* Zachary Anderson(zra)
*/
/*
* Copyright (c) 1994-2001 University of Utah and the Flux Group.
* All rights reserved.
*
* This file is part o
www.eeworm.com/read/278388/10538686
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/352501/10546363
h stdio.h
/*****************************************************************************/
/* STDIO.H v3.01 */
/* Copyright (c) 1993-1999 Texas Instru
www.eeworm.com/read/423419/10560835
h stdio.h
/* stdio.h: ANSI 'C' (X3J11 Oct 88) library header, section 4.9 */
/* Copyright (C) Codemist Ltd., 1988-1993 */
/* Copyright 1991-1998 ARM Limited. All rights reserved.
www.eeworm.com/read/277657/10613964
h stdio.h
//当把文件系统编译成库时,需要包含 此头文件才能正常调用库中函数
#ifndef __STDIO_H
#define __STDIO_H
#ifndef SEEK_SET
#define SEEK_SET (0)
#define SEEK_CUR (1)
#define SEEK_END (2)
#endif
typedef struct{
unsign