IO_LIB Code
A library designed to abstract the C++ default libraries functions
Status: Pre-Alpha
Brought to you by:
matheusxaviersi
Check out development versions at indev branch
Sample call to save API
===
mug::io::save(const char * filename, const char * content);
mug::io::read(const char * filename, bool nl);