Rewrite IO to use core-io library
setvbuf is broken by this, but it also fixes a bug in fgets
and should make the I/O system more stable as a whole by using some rust's std built-ins
Edited by jD91mZM2
setvbuf is broken by this, but it also fixes a bug in fgets
and should make the I/O system more stable as a whole by using some rust's std built-ins