編譯報錯:undefined reference to `va_start‘
問題:編譯報錯: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
*博客內(nèi)容為網(wǎng)友個人發(fā)布,僅代表博主個人觀點,如有侵權(quán)請聯(lián)系工作人員刪除。
51單片機相關文章:51單片機教程