feat(utilities): added the get_file_content_with_size to properly handle binary files
This commit is contained in:
parent
37a696bd38
commit
358db79882
2 changed files with 22 additions and 0 deletions
|
|
@ -62,5 +62,6 @@ int cut_path(char*, char*);
|
|||
void combine_path(char*, char*);
|
||||
PathType get_path_type(const char*);
|
||||
char* get_file_content(char*);
|
||||
char* get_file_content_with_size(char*, size_t*);
|
||||
|
||||
#endif // UTILITIES_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue