为什么报错了呢?我的VIM版本是最新的
tuolei717@ubuntu:~/gaoxiang/Les2$ gcc max.c hello.c -o main.out
hello.c: In function ‘main’:
hello.c:5:13: warning: implicit declaration of function ‘max’ [-Wimplicit-function-declaration]
int maxNum=max(a1,a2);
tuolei717@ubuntu:~/gaoxiang/Les2$ gcc max.c hello.c -o main.out
hello.c: In function ‘main’:
hello.c:5:13: warning: implicit declaration of function ‘max’ [-Wimplicit-function-declaration]
int maxNum=max(a1,a2);
2016-06-07
举报