#ifndef _FILEUTILS_H #define _FILEUTILS_H #include FILE* ps_fopen(const char* path, const char* mode); #endif