编译两个源代码文件的时候报错了。
在编译max.c和hello.c两个源代码文件的时候报错了。错误信息如下:
warning: implicit declaration of function ‘max’ [-Wimplicit-function-declaration]
8 | int maxNum = max(a1, a2);
在编译max.c和hello.c两个源代码文件的时候报错了。错误信息如下:
warning: implicit declaration of function ‘max’ [-Wimplicit-function-declaration]
8 | int maxNum = max(a1, a2);
2020-09-27
举报