‘main’ is normally a non-static function ERROR

后端 未结 1 1877
眼角桃花
眼角桃花 2021-01-21 09:31

There are two errors that show up: main.c:80: warning: ‘main’ is normally a non-static function main.c:88: error: expected declaration or statement at end of input and I cant\

相关标签:
1条回答
  • 2021-01-21 09:51

    I've edited indentation for you. Do you see now that somewhere in parsing function you've missed one closing bracket?

    0 讨论(0)
提交回复
热议问题