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