level 8
那天℃🌌
楼主
每次gcc编译的时候都报错。
01.c:1:19: error: stdio.h: No such file or directory
01.c: In function ‘main’:
01.c:6: warning: incompatible implicit declaration of built-in function ‘printf’
01.c:7: warning: incompatible implicit declaration of built-in function ‘scanf’
不管什么程序都是这个错误,就连hello world都报错。
貌似是找不到stdio.h这个头文件了,要怎么才能解决?
2014年03月10日 13点03分
1
01.c:1:19: error: stdio.h: No such file or directory
01.c: In function ‘main’:
01.c:6: warning: incompatible implicit declaration of built-in function ‘printf’
01.c:7: warning: incompatible implicit declaration of built-in function ‘scanf’
不管什么程序都是这个错误,就连hello world都报错。
貌似是找不到stdio.h这个头文件了,要怎么才能解决?