> *.c:3: error: stray ‘\302’ in program
> *.c:3: error: stray ‘\240’ in program
> *.c: In function ‘main’:
> *.c:5: error: stray ‘\302’ in program
> *.c:5: error: stray ‘\240’ in program
> *.c:5: error: stray ‘\302’ in program
在vi编辑器中出现如上问题,你却找不到错在哪。。。当然应该要想到是编辑器的缘故,所以可以试试以下指令
od -c *.c
好嘛,都出来了,\302\240也无处藏身了,到相应行去删除修改就好了。。。
error: stray ‘\302’ in program
最新推荐文章于 2024-09-17 23:35:07 发布