为了账号安全,请及时绑定邮箱和手机立即绑定

什么情况?

In file included from hello.c:2:0:
test.c: In function 'say':
test.c:3:5: warning: implicit declaration of function 'printLine' [-Wimplicit-function-declaration]
     printLine();
     ^~~~~~~~~
hello.c: At top level:
hello.c:3:13: warning: conflicting types for 'printLine'
 extern void printLine ()     //这里定义的方法对吗?
             ^~~~~~~~~
In file included from hello.c:2:0:
test.c:3:5: note: previous implicit declaration of 'printLine' was here
     printLine();
     ^~~~~~~~~
test.c: In function 'say':
test.c:3:5: warning: implicit declaration of function 'printLine' [-Wimplicit-function-declaration]
     printLine();
     ^~~~~~~~~
**************
I love imooc
good good study!
day day up!
**************


正在回答

1 回答

有警告(就是有warning) 但警告不等于错

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
C语言入门
  • 参与学习       926020    人
  • 解答问题       20793    个

C语言入门视频教程,带你进入编程世界的必修课-C语言

进入课程

什么情况?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信