代码搜索:printf

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

代码结果 10,000
www.eeworm.com/read/417271/2103718

h printf.h

#ifndef _PRINTF_H #define _PRINTF_H int printf(const char *fmt, ...); int scanf(const char * fmt, ...); #endif /* _PRINTF_H */
www.eeworm.com/read/417271/2103731

c printf.c

#include "vsprintf.h" #include "printf.h" #include "string.h" extern void putc(unsigned char c); extern unsigned char getc(void); #define OUTBUFSIZE 1024 #define INBUFSIZE 1024 static unsigned cha
www.eeworm.com/read/417271/2103736

h printf.h

#ifndef _PRINTF_H #define _PRINTF_H int printf(const char *fmt, ...); int scanf(const char * fmt, ...); #endif /* _PRINTF_H */
www.eeworm.com/read/415307/2137459

c printf.c

#include "vsprintf.h" #include "string.h" #include "printf.h" extern void putc(unsigned char c); extern unsigned char getc(void); #define OUTBUFSIZE 1024 #define INBUFSIZE 1024 static unsigned c
www.eeworm.com/read/415307/2137469

d printf.d

printf.o printf.d : printf.c vsprintf.h \ /work/friendly-arm_backup/friendly-arm/ARM_Projects/sys/lib/stdio/include/types.h \ string.h printf.h
www.eeworm.com/read/415307/2137474

h printf.h

#ifndef _PRINTF_H #define _PRINTF_H int printf(const char *fmt, ...); int scanf(const char * fmt, ...); #endif /* _PRINTF_H */
www.eeworm.com/read/415307/2137548

c printf.c

#include "vsprintf.h" #include "string.h" #include "printf.h" extern void putc(unsigned char c); extern unsigned char getc(void); #define OUTBUFSIZE 1024 #define INBUFSIZE 1024 static unsigned c
www.eeworm.com/read/415307/2137552

d printf.d

printf.o printf.d : printf.c vsprintf.h \ /work/friendly-arm_backup/friendly-arm/ARM_Projects/stdio/include/types.h \ string.h printf.h
www.eeworm.com/read/415307/2137556

h printf.h

#ifndef _PRINTF_H #define _PRINTF_H int printf(const char *fmt, ...); int scanf(const char * fmt, ...); #endif /* _PRINTF_H */
www.eeworm.com/read/410898/2199689

c printf.c

#include "vsprintf.h" #include "string.h" #include "printf.h" extern void putc(unsigned char c); extern unsigned char getc(void); #define OUTBUFSIZE 1024 #define INBUFSIZE 1024 static unsigned c