#ifndef FILEUTILS_H #define FILEUTILS_H const char* get_home_dir(); /* Returns 0 on success */ int file_get_content(const char *filepath, char **data, long *size); #endif