#ifndef _PRINTF_H #define _PRINTF_H int printf(const char *fmt, ...); int scanf(const char * fmt, ...); #endif /* _PRINTF_H */
http://www.codebf.com/read/16094/659273
/*** *printf.c - print formatted * * Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved. * *Purpose: * defines printf() - print formatted data * ******************
http://www.codebf.com/read/16273/666390
#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
http://www.codebf.com/read/16293/668410
http://www.codebf.com/read/16293/668415
#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
http://www.codebf.com/read/16293/668471
http://www.codebf.com/read/16293/668476
#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 cha
http://www.codebf.com/read/16293/668502
http://www.codebf.com/read/16293/668507
http://www.codebf.com/read/16293/668537
http://www.codebf.com/read/16293/668542
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机