#ifndef acl_file_h #define acl_file_h #include char* acl_ReadFileString(char *filePath, bool *sucess); #endif