代码搜索:stdio
找到约 10,000 项符合「stdio」的源代码
代码结果 10,000
www.eeworm.com/read/7741/131529
h stdio.h
/*****************************************************************************/
/* STDIO.H v3.09 */
/* Copyright (c) 1993-2003 Texas Instru
www.eeworm.com/read/8235/143860
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/10398/185362
h stdio.h
#ifndef __STDIO_H
#define __STDIO_H
#include
#include
int getchar(void);
int putchar(char);
int puts(CONST char *);
int printf(CONST char *, ...);
int vprintf(CONST cha
www.eeworm.com/read/10438/185747
h stdio.h
/***
*stdio.h - definitions/declarations for standard I/O routines
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
* This file defines the structures, value
www.eeworm.com/read/11175/207036
h stdio.h
/***
*stdio.h - definitions/declarations for standard I/O routines
*
* Copyright (c) 1985-1988, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This file defines the structures, v
www.eeworm.com/read/11175/209670
h stdio.h
www.eeworm.com/read/11175/210079
h stdio.h
/***
*stdio.h - definitions/declarations for standard I/O routines
*
* Copyright (c) 1985-1990, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This file defines the structures, value
www.eeworm.com/read/11356/228104
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/11356/228249
c stdio.c
/* Standard I/O routines with socket support
* Replaces those in Borland C++ library
*/
#include
#include
#include
#include
#include
#d