valeri/src/fio.hpp

8 lines
136 B
C++

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