00001 /*00002 * A WvStream example.00003 *00004 * Some text about this example...00005 */00006
00007 #include <wvstream.h>00008
00009 int main()
00010 {
00011 while (wvcon->isok())
00012 wvcon->print("You said: %s\n", wvcon->blocking_getline(-1));
00013 }
Generated on Sat Feb 7 13:37:17 2009 for WvStreams by
1.5.6