error: ‘vsnprintf’ was not declared in this scope|
ubuntu,我明明包含了#include <stdarg.h>
头文件,为什么还是这么显示?
error: ‘vsnprintf’ was not declared in this scope|
ubuntu,我明明包含了#include <stdarg.h>
头文件,为什么还是这么显示?
3 回答2k 阅读✓ 已解决
2 回答3.9k 阅读✓ 已解决
2 回答3.2k 阅读✓ 已解决
1 回答3.2k 阅读✓ 已解决
1 回答2.7k 阅读✓ 已解决
3 回答3.4k 阅读
1 回答1.6k 阅读✓ 已解决
使用
_vsnprintf
函数,这个是C标准库函数。