xgetc
static int xgetc(int);
switch (c = xgetc(0)) {
if (xgetc(1))
while (--rmdr > 0 && (c = xgetc(file)) != 0 && c != EOF)
static int xgetc(FILE *);