GCC 编译报错:程序中有游离的 357’ 273’ 277’
中文下:cc -c -I. test.c -o output/obj/test.otest.c:1: 错误:程序中有游离的 357’test.c:1: 错误:程序中有游离的 273’test.c:1: 错误:程序中有游离的 277’英文下:cc -c -I. test.c -o output/obj/test.otest.c:1: error:stray 357’ in programtest.c:1: error:stray 273’ in progra...