#ifndef GET_FILE_H_H #define GET_FILE_H_H #include int get_pic_file(const char* base_path, std::string& pic_name); bool check_file(const char* file_path); bool get_file_content(const char* file_path, std::string& file_content); #endif