问答详情
源自:4-2 [Linux C语言] 头文件与函数定义分离

求助 我用# gcc -c max.c -o test.o 时报错. 求高手指教

root@super-X10DAi:/home/super/workspace# ls

a.out  hello.c  max.c

root@super-X10DAi:/home/super/workspace# gcc -c max.c -o test.o

max.c: In function ‘max’:

max.c:7:5: error: expected declaration or statement at end of input

     }   

     ^

root@super-X10DAi:/home/super/workspace# 


提问者:超人7号 2015-07-30 03:28

个回答

  • 超人7号
    2015-07-30 04:04:26

    找到问题原因了是低级错误少了个"}" .剪贴时没注意. hello.c 源代码没法执行