代码搜索:stdio
找到约 10,000 项符合「stdio」的源代码
代码结果 10,000
www.eeworm.com/read/200616/15428593
h stdio.h
/*****************************************************************************/
/* STDIO.H v3.10 Beta */
/* Copyright (c) 1993-1998 Texas Instr
www.eeworm.com/read/112639/15481266
h stdio.h
www.eeworm.com/read/111906/15500624
h stdio.h
www.eeworm.com/read/111501/15511512
c stdio.c
/*---------------------------------------------------------------
* Copyright (c) 1999,2000,2001,2002,2003
* The Board of Trustees of the University of Illinois
www.eeworm.com/read/111227/15516630
h stdio.h
/*****************************************************************************/
/* STDIO.H v3.10 Beta */
/* Copyright (c) 1993-1998 Texas Instr
www.eeworm.com/read/111195/15517210
h stdio.h
/*
** STDIO.H -- Standard Small C Definitions.
*/
#define stdin 0 /* file descriptor for standard input file */
#define stdout 1 /* file descriptor for standard output file */
#define stde
www.eeworm.com/read/110420/15534222
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(