1
vote
4answers
121 views
issue with FILE
I'm getting the folowing error for below code,
"1506-221 (S) Initializer must be a valid constant expression"
FILE *fp[] = {stdout, dump_f};
is this accep …
