c16da3ce09b9c5b3052128ecc2b6533dab668a35
[gapil.git] / redir_stdout.c
1     fclose(stdout);
2     stdout = fopen("standard-output-file", "w");