As I was following an example from a book,
#include main() { int c; c = getchar(); while (c != EOF) {