00001 #ifndef __readline_h__ 00002 #define __readline_h__ 00003 00004 #include<string> 00005 00012 int nlreadline(std::istream & is, std::string & strg, int keepnl = 1); 00013 00021 int readtext(std::istream & is, std::string & strg, int keepnl = 1, 00022 char *eot = ".\r\n" 00023 ); 00024 00025 #endif
1.3.6-20040222