共2条
1/1 1 跳转至页
sprintf 关于sprintf()函数的原型.
问
我在"D:\Program Files\ARM\ADSv1_2\Include"下面找到了一个stdio.h文件,它对对这个函数是这样说的:
extern int sprintf(char * /*s*/, const char * /*format*/, ...);
/*
* is equivalent to fprintf, except that the argument s specifies an array
* into which the generated output is to be written, rather than to a
* stream. A null character is written at the end of the characters written;
* it is not counted as part of the returned sum.
* Returns: the number of characters written to the array, not counting the
* terminating null character.
*/
我在引用的时候是这样的用的:
sprintf(string,"%4dvVin0",ADC_Data00);
没有问题!
但是我现在迫切想了解一下,它的具体源码是什么样的,有哪为大哥可以帮帮我?
答 1: re:
为什么我AXD执行这条语句的时候会死在这里????当我停下来的时候,发现执行光标指在数据异常取指的地方!编译的时候,没有任何问题!
sprintf(str, "%4d mV VIN3", ADC_Data);//已经在头文件里包含了 stdio.h
我上午用的时候还没有问题呢?下午试的时候就出现了这问题!!!
求个位大哥,给个说法!??????
我在"D:\Program Files\ARM\ADSv1_2\Include"下面找到了一个stdio.h文件,它对对这个函数是这样说的:
extern int sprintf(char * /*s*/, const char * /*format*/, ...);
/*
* is equivalent to fprintf, except that the argument s specifies an array
* into which the generated output is to be written, rather than to a
* stream. A null character is written at the end of the characters written;
* it is not counted as part of the returned sum.
* Returns: the number of characters written to the array, not counting the
* terminating null character.
*/
我在引用的时候是这样的用的:
sprintf(string,"%4dvVin0",ADC_Data00);
没有问题!
但是我现在迫切想了解一下,它的具体源码是什么样的,有哪为大哥可以帮帮我?
答 1: re:
为什么我AXD执行这条语句的时候会死在这里????当我停下来的时候,发现执行光标指在数据异常取指的地方!编译的时候,没有任何问题!
sprintf(str, "%4d mV VIN3", ADC_Data);//已经在头文件里包含了 stdio.h
我上午用的时候还没有问题呢?下午试的时候就出现了这问题!!!
求个位大哥,给个说法!??????
共2条
1/1 1 跳转至页
回复
| 有奖活动 | |
|---|---|
| 2026年“我要开发板活动”第三季,开始了! | |
| 硬核工程师专属补给计划——填盲盒 | |
| “我踩过的那些坑”主题活动——第002期 | |
| 【EEPW电子工程师创研计划】技术变现通道已开启~ | |
| 发原创文章 【每月瓜分千元赏金 凭实力攒钱买好礼~】 | |
| 【EEPW在线】E起听工程师的声音! | |
| 高校联络员开始招募啦!有惊喜!! | |
| 【工程师专属福利】每天30秒,积分轻松拿!EEPW宠粉打卡计划启动! | |
我要赚赏金打赏帖 |
|
|---|---|
| 以启明云端ESP32P4开发板实现TF卡读写功能被打赏¥28元 | |
| 【分享开发笔记,赚取电动螺丝刀】树莓派5串口UART0配置被打赏¥25元 | |
| 【STM32F103ZET6】17:分享在Rtos项目中断管理的使用经验被打赏¥23元 | |
| 【STM32F103ZET6】16:分享在中断中恢复串口任务,遇到的问题被打赏¥31元 | |
| 在FireBeetle2ESP32-C5上实现温度大气压检测及显示被打赏¥21元 | |
| 【分享开发笔记,赚取电动螺丝刀】SAME51双串口收发配置被打赏¥27元 | |
| Chaos-nano操作系统在手持式VOC检测设备上的应用被打赏¥37元 | |
| 【分享开发笔记,赚取电动螺丝刀】关于在导入第三方库lib时,wchart类型冲突的原因及解决方案被打赏¥30元 | |
| 在FireBeetle2ESP32-C5上实现温湿度检测和显示被打赏¥20元 | |
| 在FireBeetle2ESP32-C5上实现光照强度检测及显示被打赏¥21元 | |
我要赚赏金
