首页
编程
java
php
前端
首页
编程
java
php
前端
Codeblocks调用stdio.h错误
只要有stdio.h的文件都是出现错误,无法编译运行,怎么解决?
看提示,再#include <stdio.h>之前,加一行:
#
include
<stdarg.h>
点击展开全文