"); //-->
问题:编译报错:undefined reference to va_start'; undefined reference to va_end’;
问题分析:没有加相应头文件导致
解决办法:
添加相应头文件:
#include <stdio.h>
#include <stdarg.h>
————————————————
原文链接:https://blog.csdn.net/greenhand_T/article/details/128078472
*博客内容为网友个人发布,仅代表博主个人观点,如有侵权请联系工作人员删除。