valeri/src/fio.hpp

8 lines
115 B
C++
Raw Normal View History

#pragma once
#include "common.hpp"
Result<String> read_file(const char* filename);
Result<String> read_stdin();