write a dynamic file reader and remove str library

This commit is contained in:
2025-03-24 22:43:41 +02:00
parent fe095913f1
commit 6d0cbbb011
19 changed files with 104 additions and 2909 deletions

View File

@@ -1,10 +1,8 @@
#ifndef FILES_H_
#define FILES_H_
#include "str.h"
#include "types.h"
HiloadResult read_file_to_str(str *s, const char *);
HiloadResult read_stream_to_str(str *s, const char *);
const char* hi_file_to_str_dyn(const char *filename);
#endif // FILES_H_