declaration of function max()
hello.c:8:16: warning: implicit declaration of function ‘max’ [-Wimplicit-function-declaration] int maxNum = max(a1, a2); ^ 如何解决? 上一节课也会这样,只有在#include "main.c" 才能gcc hello.c
hello.c:8:16: warning: implicit declaration of function ‘max’ [-Wimplicit-function-declaration] int maxNum = max(a1, a2); ^ 如何解决? 上一节课也会这样,只有在#include "main.c" 才能gcc hello.c
2016-09-06
举报