Commit 0b91cf1f authored by Tom Niget's avatar Tom Niget

Add cin and cerr

parent a54ea07e
...@@ -8,7 +8,9 @@ ...@@ -8,7 +8,9 @@
#include <iostream> #include <iostream>
struct sys_t { struct sys_t {
static constexpr auto& stdin = std::cin;
static constexpr auto& stdout = std::cout; static constexpr auto& stdout = std::cout;
static constexpr auto& stderr = std::cerr;
} sys; } sys;
#endif //TYPON_SYS_HPP #endif //TYPON_SYS_HPP
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment