これは私のプログラムの条件の1つです。
if(Debug)fprintf(stdout,"Direction dir %d quot %d rem %0.2f %s\n",direction,quotient, remain, cardinal[quotient]);
私はすべてを定義して使用stdlib.h
しましたが、それは戻り続けます
expected expression before ')' token
私はECLIPSEでminGWコンパイラを使用しています。次のようにコンパイルされます。gcc -O0 -g3 -Wall -c -fmessage-length=0 -o wind_direction.o "..\\wind_direction.c"