igetc
int igetc(void);
if ((c = igetc()) == EOF) {
while ((c = igetc()) == '\\') {
next = igetc();
c = igetc();