WvStreams
wvstreamex2.cc
1 /*
2  * A WvStream example.
3  *
4  * Some text about this example...
5  */
6 
7 #include <wvstream.h>
8 
9 int main()
10 {
11  while (wvcon->isok())
12  wvcon->print("You said: %s\n", wvcon->blocking_getline(-1));
13 }