feat: working include directive

This commit is contained in:
2025-11-08 18:24:52 +01:00
parent de5fc8c641
commit 9c60d5dc4f
25 changed files with 248 additions and 154 deletions
+3 -3
View File
@@ -7,12 +7,12 @@ File file_read(char *path);
bool file_should_update(File file);
void file_update(File *file);
void file_prepend(File *src, File extra);
bool file_update(File *file);
void file_write(char *path, StringArray lines);
void file_free(File *file);
void file_free_array(FileArray *files);
#endif /* FILE_H */