ファイルの読み込み

This commit is contained in:
2026-05-04 22:58:23 +09:00
parent 9398075296
commit c73caa1867
3 changed files with 51 additions and 0 deletions

8
file.hh Executable file
View File

@@ -0,0 +1,8 @@
#ifndef FILE_HH
#define FILE_HH
#include "types.hh"
vector<u8> read_file(const string &filename);
#endif // FILE_HH