9void mycallback(
WvStream &s,
void *userdata)
15 outstream->print(
"You said: %s\n", str);
20 wvcon->setcallback(mycallback, wvcon);
24 if (wvcon->select(-1))
Unified support for streams, that is, sequences of bytes that may or may not be ready for read/write ...
char * getline(time_t wait_msec=0, char separator='\n', int readahead=1024)
Read up to one line of data from the stream and return a pointer to the internal buffer containing th...