00001 #include <wvstream.h> 00002 00003 int main() 00004 { 00005 while (wvcon->isok()) 00006 wvcon->print("You said: %s\n", wvcon->getline(-1)); 00007 }