代码搜索:stdio
找到约 10,000 项符合「stdio」的源代码
代码结果 10,000
www.eeworm.com/read/152695/5669876
c stdio.c
/****************************************************************************
*
* SciTech OS Portability Manager Library
*
* ========================================================
www.eeworm.com/read/152661/5671784
c stdio.c
//==========================================================================
//
// stdio.c
//
// Test stdio integration of fileio system
//
//================================================
www.eeworm.com/read/150583/5690374
c stdio.c
//==========================================================================
//
// stdio.c
//
// Test stdio integration of fileio system
//
//================================================
www.eeworm.com/read/148721/5709413
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/148721/5709431
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/148721/5709446
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/148525/5714170
inc stdio.inc
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; Copyright (c) 1993 READY SYSTEMS CORPORATION.
;
; All rights reserved. READY SYSTEMS' source code is an unpublishe
www.eeworm.com/read/147823/5719766
h stdio.h
/*--------------------------------------------------------------------------
STDIO.H
Prototypes for standard I/O functions.
Copyright (c) 1988-2001 Keil Elektronik GmbH and Keil Software, Inc.
A
www.eeworm.com/read/147331/5731077
h stdio.h
#ifndef _NEWLIB_STDIO_H
#define _NEWLIB_STDIO_H
/* Internal locking macros, used to protect stdio functions. In the
linux case, expand to flockfile, and funlockfile, both defined in
LinuxThrea
www.eeworm.com/read/147331/5732355
tex stdio.tex
@node Stdio
@chapter Input and Output (@file{stdio.h})
This chapter comprises functions to manage files
or other input/output streams. Among these functions are subroutines
to generate or scan strin