代码搜索:stdio
找到约 10,000 项符合「stdio」的源代码
代码结果 10,000
www.eeworm.com/read/421154/10752446
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/350250/10752808
h stdio.h
www.eeworm.com/read/350250/10752895
h stdio.h
www.eeworm.com/read/421154/10752915
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/350249/10753026
h stdio.h
www.eeworm.com/read/276076/10769314
h stdio.h
/*--------------------------------------------------------------------------
STDIO.H
Prototypes for standard I/O functions.
Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil Software, Inc.
A
www.eeworm.com/read/419605/10854439
ol stdio.ol
www.eeworm.com/read/419605/10854457
al stdio.al
;PCODE: $00000000 VOL: 0
#ifndef __SLEEP_DEFINED__
;PCODE: $00000001 VOL: 0
#define __SLEEP_DEFINED__
;PCODE: $00000002 VOL: 0
.EQU __se_bit=0x20
;PCODE: $00000003 VOL: 0
.EQU __sm_mask=0x1
www.eeworm.com/read/419475/10866048