編譯兩個(gè)源代碼文件的時(shí)候報(bào)錯(cuò)了。
在編譯max.c和hello.c兩個(gè)源代碼文件的時(shí)候報(bào)錯(cuò)了。錯(cuò)誤信息如下:
warning: implicit declaration of function ‘max’ [-Wimplicit-function-declaration]
? ? 8 |? ? ?int maxNum = max(a1, a2);
在編譯max.c和hello.c兩個(gè)源代碼文件的時(shí)候報(bào)錯(cuò)了。錯(cuò)誤信息如下:
warning: implicit declaration of function ‘max’ [-Wimplicit-function-declaration]
? ? 8 |? ? ?int maxNum = max(a1, a2);
2020-09-27
舉報(bào)
2020-09-28
請(qǐng)?zhí)峁﹎ax函數(shù)的源碼。。。