Fixing merge conflict resolution

This commit is contained in:
2025-03-18 19:22:43 +02:00
parent d75dd85209
commit bf8c8f9dad
10 changed files with 123 additions and 27 deletions

9
src/files.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef FILES_H_
#define FILES_H_
#include "str.h"
#include "types.h"
HiloadResult read_file_to_str(str *s, const char *);
#endif // FILES_H_