Fixing merge conflict resolution
This commit is contained in:
9
src/files.h
Normal file
9
src/files.h
Normal 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_
|
||||
Reference in New Issue
Block a user