代码搜索:stdio
找到约 10,000 项符合「stdio」的源代码
代码结果 10,000
www.eeworm.com/read/137955/13276493
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;
unsigned char *_b
www.eeworm.com/read/137955/13276530
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;
unsigned char *_
www.eeworm.com/read/137955/13276555
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 char *_base;
www.eeworm.com/read/239424/13280966
lib stdio.lib
www.eeworm.com/read/239424/13281012
h stdio.h
/*
revision:
2002-5-28: remove printf_end by wangwenyan
*/
#ifndef _STDIO_H_
#define _STDIO_H_
#include "_ansi.h"
#define _FSTDIO /* ``function stdio'' */
#define __need_size_t
#inc
www.eeworm.com/read/238962/13312871
inc stdio.inc
;----------------------------------------------------------
; 作者:陈文尧
; 文件:Stdio.inc
; 版本:1.04
; 创建日期:2001.08.01
;----------------------------------------------------------
GetChar MACRO rim
www.eeworm.com/read/238907/13315482
h stdio.h
#ifndef _BIOS_STDIO_H
#define _BIOS_STDIO_H
/* This file was located at /usr/local/arm-linux/arm-linux/sys-include directory */
#include
#ifndef NULL
#define NULL ((void *)0)
#endif
www.eeworm.com/read/238852/13319705
h stdio.h
/****************************************Copyright (c)**************************************************
** 文件说明
**-----------------------------------------------------------------------------------
www.eeworm.com/read/137022/13347435
h stdio.h
#ifndef _STDIO_H
#define _STDIO_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
#define EOL_LEN 3
#define _fd_type(fd) (((fd) >> 13) & 3)
#define _fd_seq(fd) ((fd) & 8191)
#define _mk_fd(