1. 程式人生 > >Linux C 常見的編譯錯誤

Linux C 常見的編譯錯誤

編譯錯誤

1.存在非法字符。

 sorbolinux-exec.c: In function ‘sc’:
 sorbolinux-exec.c:76: error: stray ‘\302’ in program
 sorbolinux-exec.c:76: error: stray ‘\244’ in program

在76行存在非法字符。

Linux C 常見的編譯錯誤