代码搜索:stdio
找到约 10,000 项符合「stdio」的源代码
代码结果 10,000
www.eeworm.com/read/166734/5473048
h stdio.h
#ifndef __STDIO
#define __STDIO
#define _IOFBF 0
#define _IOLBF 0100
#define _IONBF 04
#define BUFSIZ 1024
#define EOF (-1)
extern struct _iobuf {
int _cnt;
unsigned char *_ptr;
unsig
www.eeworm.com/read/166734/5473066
h stdio.h
#ifndef __STDIO
#define __STDIO
#define _IOFBF 0
#define _IOLBF 0200
#define _IONBF 04
#define BUFSIZ 8192
#define EOF (-1)
typedef struct _iobuf {
int _cnt;
unsigned char *_ptr;
unsi
www.eeworm.com/read/166734/5473081
h stdio.h
#ifndef __STDIO
#define __STDIO
#define _IOFBF 0
#define _IOLBF 0100
#define _IONBF 04
#define BUFSIZ 1024
#define EOF (-1)
typedef struct {
int _cnt;
unsigned char *_ptr;
unsigned ch
www.eeworm.com/read/165393/5483167
h stdio.h
/*-------------------------------------------------------------------------
stdio.h - ANSI functions forward declarations
Written By - Sandeep Dutta . sandeep.dutta@usa.net (1998)
www.eeworm.com/read/164889/5487269
c stdio.c
/****************************************************************************
*
* SciTech OS Portability Manager Library
*
* ========================================================
www.eeworm.com/read/164348/5495397
h stdio.h
/* ***** BEGIN LICENSE BLOCK *****
* Source last modified: $Id: stdio.h,v 1.7.8.3 2004/07/09 01:45:31 hubbe Exp $
*
* Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved.
www.eeworm.com/read/164348/5495486
dep stdio.dep
thumb-rel32\obj\stdio.obj: "stdio.cpp"
thumb-rel32\obj\stdio.obj: "..\..\common\runtime\pub\hlxclib/stdio.h"
thumb-rel32\obj\stdio.obj: "..\..\common\runtime\pub\platform/openwave/hx_op_debug.h"
th
www.eeworm.com/read/164348/5495490
cpp stdio.cpp
/* ***** BEGIN LICENSE BLOCK *****
* Source last modified: $Id: stdio.cpp,v 1.5.32.3 2004/07/09 01:45:47 hubbe Exp $
*
* Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved.
www.eeworm.com/read/163821/5508768
h stdio.h
/* Optimizing macros and inline functions for stdio functions.
Copyright (C) 1998, 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free