Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

readline.h

Go to the documentation of this file.
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

Generated on Fri Aug 20 10:58:08 2004 for NewsCache by doxygen 1.3.6-20040222