WvStreams
|
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 }