Dear Guru,
The following statement isn't working with GNU C:
while ((c = getchar()) != EOF)
.
.
.
It appears the compiler doesn't recongize the EOF
as a key work. What is the substitute "end of
file" word or variable that I can use instead of EOF?
Thanks,
Don Holloway