代码搜索:stdio
找到约 10,000 项符合「stdio」的源代码
代码结果 10,000
www.eeworm.com/read/316095/13530258
pas stdio.pas
{ C2P convertion of SmallC [2-1-2001] by Paul TOTH }
(*
** STDIO.H -- Standard Small C Definitions.
*)
Unit STDIO;
(*
** STDIO.H -- Standard Small C Definitions.
*)
Interface
Const
stdin
www.eeworm.com/read/315327/13545861
h stdio.h
#ifndef _STDIO_H
#define _STDIO_H
#include "types.h"
#ifndef _VALIST
#define _VALIST
typedef char *va_list;
#endif /* _VALIST */
extern int vsnprintf(char *buf, size_t size, const char *fmt, va_li
www.eeworm.com/read/315327/13545900
h stdio.h
#ifndef _STDIO_H
#define _STDIO_H
#include "types.h"
#ifndef _VALIST
#define _VALIST
typedef char *va_list;
#endif /* _VALIST */
extern int vsnprintf(char *buf, size_t size, const char *fmt, va_li
www.eeworm.com/read/314762/13559568
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/312849/13603427
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/312649/13606830
h stdio.h
#ifndef __STDIO
#define __STDIO
#define _IOFBF 0
#define _IOLBF 0100
#define _IONBF 04
#define BUFSIZ 1024
#define EOF (-1)
extern struct _iobuf {
int _cnt;
unsigned char *_ptr;
unsig
www.eeworm.com/read/312649/13606845
h stdio.h
#ifndef __STDIO
#define __STDIO
#define _IOFBF 0
#define _IOLBF 0100
#define _IONBF 04
#define BUFSIZ 1024
#define EOF (-1)
extern struct _iobuf {
int _cnt;
unsigned char *_ptr;
unsig
www.eeworm.com/read/312649/13606865
h stdio.h
#ifndef __STDIO
#define __STDIO
#define _IOFBF 0
#define _IOLBF 0200
#define _IONBF 04
#define BUFSIZ 8192
#define EOF (-1)
typedef struct _iobuf {
int _cnt;
unsigned char *_ptr;
unsi
www.eeworm.com/read/312649/13606880
h stdio.h
#ifndef __STDIO
#define __STDIO
#define _IOFBF 0
#define _IOLBF 0100
#define _IONBF 04
#define BUFSIZ 1024
#define EOF (-1)
typedef struct {
int _cnt;
unsigned char *_ptr;
unsigned ch