/* * A WvStream example. * * Some text about this example... */ #include int main() { wvcon->autoforward(*wvcon); while (wvcon->isok()) { if (wvcon->select(-1)) wvcon->callback(); } }