打印
[AVR单片机]

求助:AVR-GCC里stdio.h,库函数 sprintf_P怎么使用?

[复制链接]
2387|0
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
ATmega8515|  楼主 | 2007-5-9 08:42 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
/**************************stdio.h*********************************/ 
extern int   sprintf(char *__s, const char *__fmt, ...); 

/** 
   Variant of c sprintf() that uses a c fmt string that resides 
   in program memory. 
*/ 
extern int   sprintf_P(char *__s, const char *__fmt, ...); 

/**************************stdio.h*********************************/ 



AVR-GCC里stdio.h,库函数 sprintf_P怎么使用?  

相关帖子

发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

31

主题

59

帖子

0

粉丝