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
+2 -2
View File
@@ -11,8 +11,8 @@ void file_update(File *file);
void file_prepend(File *src, File extra);
void file_free(File *file, bool free_path);
void file_write(char *path, StringArray lines);
void file_write(char *path, ConstStringArray lines);
void file_free(File *file);
#endif /* FILE_H */