feat(config,utilities): added a function to create a default config
This commit is contained in:
parent
0fbfe09638
commit
8cc5c6310b
2 changed files with 60 additions and 0 deletions
|
|
@ -64,5 +64,7 @@ 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*);
|
||||
int create_default_config_file(char*);
|
||||
|
||||
|
||||
#endif // UTILITIES_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue