Hi UNIX-C fellows, I need a C routine, "readchar ()" that reads one char from the stdin, WITHOUT waiting for a '\n' on the stream. How do I do this with "ioctl()" ? Thanx in advace for any help. Cheers.