代码搜索:stdio
找到约 10,000 项符合「stdio」的源代码
代码结果 10,000
www.eeworm.com/read/165080/10077344
h stdio.h
/* stdio.h
Definitions for stream input/output.
Copyright (c) Borland International 1987,1988,1990
All Rights Reserved.
*/
#ifndef __STDIO_H
#define __STDIO_H
#if __STDC__
#d
www.eeworm.com/read/164219/10122168
h stdio.h
/*****************************************************************************/
/* STDIO.H v3.10 Beta */
/* Copyright (c) 1993-1998 Texas Instr
www.eeworm.com/read/164218/10122351
h stdio.h
/*****************************************************************************/
/* STDIO.H v3.10 Beta */
/* Copyright (c) 1993-1998 Texas Instr
www.eeworm.com/read/358930/10175095
ol stdio.ol
www.eeworm.com/read/358930/10175102
al stdio.al
;PCODE: $00000000 VOL: 0
#ifndef __SLEEP_DEFINED__
;PCODE: $00000001 VOL: 0
#define __SLEEP_DEFINED__
;PCODE: $00000002 VOL: 0
.EQU __se_bit=0x80
;PCODE: $00000003 VOL: 0
.EQU __sm_mask=0x7
www.eeworm.com/read/358412/10189543
h stdio.h
www.eeworm.com/read/357821/10200697
h stdio.h
#ifndef _STDIO_H
#define _STDIO_H
extern int getc(void);
extern int putc(int ch);
extern int sprintf(char *buf, const char *fmt, ...);
extern int printf(const char *fmt, ...);
#endif
www.eeworm.com/read/357821/10200768
c stdio.c
#include
#include
#include
extern int vsprintf(char *buff, const char *fmt, va_list args);
int printf(const char *fmt, ...){
int n;
char buff[1024];
va_list args
www.eeworm.com/read/357821/10200776
o stdio.o
www.eeworm.com/read/357527/10207082
h stdio.h
/*****************************************************************************/
/* STDIO.H v6.0.3 */
/* Copyright (c) 1993-2006 Texas Instrum