#ifndef _IO_H #define _IO_H #include #include bool ReadFile(const char * const path, const size_t n, char * const buffer); #endif