46 #include "ch_string.h" 48 #define DO_GETCHAR() getchar() 50 #define CARRIAGE_RETURN ((char)13) 52 #define bj_eol std::endl 53 #define bj_out std::cout 54 #define bj_err std::cerr 55 #define bj_dbg std::cout 57 #define bj_fixed std::fixed 59 typedef std::ostream bj_ostream;
61 typedef std::ostringstream bj_ostr_stream;
63 typedef std::ofstream bj_ofstream;
66 bj_ofstream_open(ch_string& path, bj_ofstream& stm,
bool append);