/* * A WvStream example. * * Some text about this example... */ #include int main() { while (wvcon->isok()) wvcon->print("You said: %s\n", wvcon->blocking_getline(-1)); }