代码搜索:stdio
找到约 10,000 项符合「stdio」的源代码
代码结果 10,000
www.eeworm.com/read/149908/12333775
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/149908/12334178
c stdio.c
/* Standard I/O routines with socket support
* Replaces those in Borland C++ library
* Copyright 1992 Phil Karn, KA9Q
*/
#include
#include
#include
#includ
www.eeworm.com/read/148696/12440442
c no_stdio.c
void main(void)
{
printf ("Jamsa\'s C/C++ Programmer\'s Bible");
}
www.eeworm.com/read/250023/12442184
c stdio.c
/*
CodeVisionAVR C Compiler
(C) 1998-2006 Pavel Haiduc, HP InfoTech S.R.L.
Standard I/O functions
*/
#include
#include
#include
#include
#if
www.eeworm.com/read/234597/14104271
h stdio.h
www.eeworm.com/read/234597/14104317
h stdio.h
www.eeworm.com/read/234597/14104437
h stdio.h
www.eeworm.com/read/131138/14158769
h stdio.h
www.eeworm.com/read/233041/14171474
h stdio.h
www.eeworm.com/read/130631/14180297
h stdio.h
/*
* MICRO-C standard I/O definitions for MS-DOS
*
* Copyright 1988,1990 Dave Dunfield
* All rights reserved.
*/
#define FILE unsigned /* FILE = 16 bit value */
#define EOF -1 /* End