Hi! Is there a way to read from standard input with a nonblocking call? That is, the call should return even if there is no data..
Or eventually a way to see if there is data avaiable on standard input..

Thanks