I am having trouble with my code, and I can not solve ....
the code snippet where the error is reported:
static FILE *debugOut = stderr; static FILE
try doing it in main for example:
static FILE *debugOut; static FILE *infoOut; main(){ debugOut = stderr; infoOut = stdout; }