hello, I'm using the scanf function and it works as expected. But, if there a termination, eg. because of a conflict with the input stream, the next scanf call does not wait for the a input. The return value (EOF) is ok. Have everyone a hint for me? Dietmar
Many thanks, thats it! I use ungetchar(0x0) and it works! Dietmar
Maybe it'd be easier to just read into a buffer, and then parse that - rather than trying to do it "on the fly?"