代码搜索:stdio
找到约 10,000 项符合「stdio」的源代码
代码结果 10,000
www.eeworm.com/read/385822/2584544
c stdio.c
/****************************************************************************
*
* SciTech OS Portability Manager Library
*
* ========================================================
www.eeworm.com/read/384581/2598778
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/384581/2598796
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/384581/2598811
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/384220/2602787
h stdio.h
/*
* stdio.h
*
* Definitions of types and prototypes of functions for standard input and
* output.
*
* NOTE: The file manipulation functions provided by Microsoft seem to
* work with either sla
www.eeworm.com/read/383898/2610241
h stdio.h
/* stdio.h
Definitions for stream input/output.
Copyright (c) 1987, 1991 by Borland International
All Rights Reserved.
*/
#ifndef __STDIO_H
#define __STDIO_H
#if !defined(
www.eeworm.com/read/383832/2611887
c stdio.c
/* stdio.c - internal misc. routines for stdio.h */
/* Copyright 1992 Wind River Systems, Inc. */
/*
modification history
--------------------
01b,20sep92,smb documentation additions
01a,29jul92,sm
www.eeworm.com/read/383154/2619802
properties stdio.properties
connector=org.mule.transport.stdio.PromptStdioConnector
dispatcher.factory=org.mule.transport.stdio.StdioMessageDispatcherFactory
requester.factory=org.mule.transport.UnsupportedMessageRequesterFactor
www.eeworm.com/read/380644/2654561
c stdio.c
/* ----------------------------------------------------------------------------
* ATMEL Microcontroller Software Support
* ----------------------------------------------------------------
www.eeworm.com/read/378966/2678225
c stdio.c
/* stdio.c - internal misc. routines for stdio.h */
/* Copyright 1992 Wind River Systems, Inc. */
/*
modification history
--------------------
01b,20sep92,smb documentation additions
01a,29jul92,sm