Gast
#295655
Mal eine blöde C-Frage eines Anfängers:
void mat_output(double **mat, int n, int m, FILE *outputfile)
{
/* gekürzt */
}
produziert bei make folgende Fehlermeldung:
gcc -Wall -ansi -c mat_output.c
mat_output.c:1: error: parse error before "FILE"
make: *** [mat_output.o] Error 1
Was übersehe ich da?
Grüße
;Matthias