Get memory regions as string

This commit is contained in:
2025-03-18 23:58:56 +02:00
parent bf8c8f9dad
commit 3ecd88fe72
6 changed files with 130 additions and 16 deletions

View File

@@ -5,5 +5,6 @@
#include "types.h"
HiloadResult read_file_to_str(str *s, const char *);
HiloadResult read_stream_to_str(str *s, const char *);
#endif // FILES_H_