diff ORIG/iolib.c ./iolib.c
20c20
< static FILE *in=stdin, *out=stdout;
---
> static FILE *in=NULL, *out=NULL;
604a605
>  in=stdin; out=stdout;
