// Global variables in CLN // Specification. #include "cln/io.h" // Implementation. namespace cln { cl_istream stdin = std::cin; } // namespace cln