Being new to lattice C, I'm tutoring myself with the C programming language
book by Ritchie. I am having problems with a program to copy input to output!
I can't find a way to make the getchar() to exit a while loop when it
encounters an EOF. MY question is what is an EOF and what keyboard input will
cause an EOF input.
Thanks – Scott