分页: 1 / 1

hello.c:1:16: 错误: stdio:No such file or directory

发表于 : 2007-12-28 11:03
yikaidong
netpas@netpas-desktop:~/c$ ls
hello.c myc.c 新文件 新文件~
netpas@netpas-desktop:~/c$ gcc hello.c
hello.c:1:16: 错误: stdio:No such file or directory
hello.c: 在函数 ‘main’ 中:
hello.c:4: 警告: 隐式声明与内建函数 ‘printf’ 不兼容
netpas@netpas-desktop:~/c$

发表于 : 2007-12-28 11:12
yaoms
你的hello.c写的有问题