代码搜索:stdio
找到约 10,000 项符合「stdio」的源代码
代码结果 10,000
www.eeworm.com/read/448801/7525860
h stdio.h
/*--------------------------------------------------------------------------
STDIO.H
Prototypes for standard I/O functions.
Copyright (c) 1988-1997 Keil Elektronik GmbH and Keil Software, Inc.
A
www.eeworm.com/read/179236/7583904
h stdio.h
www.eeworm.com/read/445534/7594226
o stdio.o
www.eeworm.com/read/445412/7595744
h stdio.h
/*
* stdio.h
* This file has no copyright assigned and is placed in the Public Domain.
* This file is a part of the mingw-runtime package.
* No warranty is given; refer to the file DISCLAIMER with
www.eeworm.com/read/439880/7697620
h stdio.h
/*****************************************************************************/
/* STDIO.H v3.10 Beta */
/* Copyright (c) 1993-1998 Texas Instr
www.eeworm.com/read/439880/7697658
h stdio.h
/*****************************************************************************/
/* STDIO.H v3.10 Beta */
/* Copyright (c) 1993-1998 Texas Instr
www.eeworm.com/read/437619/7744662
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(
www.eeworm.com/read/437619/7744803
c stdio.c
/* Standard I/O routines with socket support
* Replaces those in Borland C++ library
*/
#include
#include
#include
#include
#include
#d
www.eeworm.com/read/437318/7751279
h stdio.h
#ifndef __STDIO_H
#define __STDIO_H
#include
#include
/* Change this to near (or omit altogether) if building small memory model
* versions of the libraries
*/
#defi