write a dynamic file reader and remove str library
This commit is contained in:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user