foxpy / qc

Quad C: Custom Cruel C Crate
MIT License
4 stars 0 forks source link

feature request: file helpers library #54

Open foxpy opened 3 years ago

foxpy commented 3 years ago

For sure, we should move reopen_binary() functions to this new library. Also, highly requested functions would be: readline, because GNU readline is not portable; read_to_string, because reading whole file contents into memory portably is not exactly trivial.