1 #include "textstream.hh"
3 Text_stream::Text_stream(String fn
)
5 ios::sync_with_stdio();
19 cerr
<<__FUNCTION__
<< ": can't open `" << fn
<< "'\n";
27 Text_stream::message(String s
)
29 cerr
<< "\n"<<get_name() << ": " << line()<<": "<<s
<<endl
;