输入输出 - printf
http://www.codebf.com/read/105082/15678182
/*** *printf.c - print formatted * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * defines printf() - print formatted data * *****************************
http://www.codebf.com/read/10438/186119
/* * File: printk.c * Purpose: The standard C library routine printf(), but without * all the baggage. */ #include "common.h" #include /**************
http://www.codebf.com/read/16069/644967
#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/16094/659140
#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/659145
#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/16094/659202
http://www.codebf.com/read/16094/659207
#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/16094/659233
http://www.codebf.com/read/16094/659238
http://www.codebf.com/read/16094/659268
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机