代码搜索:stdio

找到约 10,000 项符合「stdio」的源代码

代码结果 10,000
www.eeworm.com/read/306946/3730761

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/306946/3730778

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/306946/3730846

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/306946/3730871

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/304654/3794738

h stdio.h

#define NULL (void *)(0) #define WARNING(msg) {\ bios_msg("WARNING:");\ bios_msg(msg);} extern void memcpy(void *to, void *from, int size); extern void *malloc(int size); extern void panic(ch
www.eeworm.com/read/304654/3794767

h stdio.h

#define NULL (void *)(0) #define WARNING(msg) {\ bios_msg("WARNING:");\ bios_msg(msg);} extern void memcpy(void *to, void *from, int size); extern void *malloc(int size); extern void panic(ch
www.eeworm.com/read/304611/3795893

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/304611/3795911

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/304611/3795926

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
www.eeworm.com/read/303808/3806059

c stdio.c

/**************************************************************************** * * SciTech OS Portability Manager Library * * ========================================================