valeri/src/fio.hpp

9 lines
136 B
C++
Raw Normal View History

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