i wrote a program to fill in closed figures with asterisks. for some reason, it isn't accepting the sentinel value EOF (Ctrl-D). why is this?
#include "usefunc.h" #define height 100 #define width 100 void showRow(int ...