ソースプログラムをコンパイルした時にエラー文が出てきました。その内容がいまいち理解できないのでエラー文の意味とその対策を教えて頂けませんか。エラー文は、下記の通りです。
mo.c:36:warning:return type of `main'is not`int'
mo.c:In function `wait'
mo.c:77:warning:unused variable `st_sens'
mo.c:At top lavel
mo.c:114:error:parse error before'.'token
make:***[mo.o] Error 1
|