refactor(optimize): use fixed size strings everywhere except for files

This commit is contained in:
2025-11-02 17:35:37 +01:00
parent b8bc021e69
commit 54ce876f6a
11 changed files with 52 additions and 49 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#ifndef CONFIG_FILE_H
#define CONFIG_FILE_H
ConfigFile config_file_read(char *path, bool free_path);
ConfigFile config_file_read(char *path);
char *config_file_get_str(ConfigFile config, char *key, char *default_value);