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