猿问

编译max.o出错 求解

mac@linux:~/workspace/les2$ gcc max.o hello.c
hello.c: In function ‘main’:
hello.c:9:16: warning: implicit declaration of function ‘max’ [-Wimplicit-function-declaration]
     int maxNum=max(a1,a2);
                ^

孤狼333563334
浏览 1769回答 5
5回答

快乐的时光

这个比较好理解。

欧若曦

写得很明白了啊。函数声明与使用产生了冲突

篠小

.o是什么文件
随时随地看视频慕课网APP
我要回答