#ifndef SRC_IO_H #define SRC_IO_H /// Return true if if given file exists bool FileExists(const char *fname); #endif /* SRC_IO_H */