feat(config,utilities): added a function to create a default config

This commit is contained in:
lisk77 2025-08-31 03:42:33 +02:00
parent 0fbfe09638
commit 8cc5c6310b
2 changed files with 60 additions and 0 deletions

View file

@ -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