@@ -0,0 +1,8 @@
#ifndef FILE_HH
#define FILE_HH
#include "types.hh"
vector<u8> read_file(const string &filename);
#endif // FILE_HH
The note is not visible to the blocked user.