#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <sys/types.h>
// #include <sys/ipc.h>
// #include <sys/msg.h>
// 上面的 這兩個檔案,要自己想辦法補充上去
#include <string.h>
int main()
// void 必須小寫
{
return 0;
}
※ 引述《qwerfdsazxcv (餅乾)》之銘言:
: 1#include <stdio.h>
: 2#include <stdlib.h>
: 3#include <errno.h>
: 4#include <sys/types.h>
: 5#include <sys/ipc.h>
: 6#include <sys/msg.h>
: 7#include <string.h>
: 8
: 9
: 10
: 11int main( VOID )
: 12{
: 13
: 14 return 0;
: 15
: 16}
: 以上的程式我覺得應該是沒有問題才對
: 但結果如下
: $ gcc -c PC.c
: $ ./PC.c
: ./PC.c: line 8: $'\r':命令找不到
: ./PC.c: line 9: $'\r':命令找不到
: ./PC.c: line 10: $'\r':命令找不到
: ./PC.c: line 11: syntax error near unexpected token `('
: '/PC.c: line 11: `int main( VOID )
: 請問8 9 10三行到底出了什麼錯
: 有人可以幫小弟我解答嗎~"~
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 123.193.206.239