lgetc
int lgetc(FILE *);
c = lgetc(fin);
while ((c = lgetc(fin)) == ' ')
while ((c = lgetc(fin)) != '\n' && c != EOF)
if ((c = lgetc(fin)) == EOF)
if ((c = lgetc(fin)) == EOF)
next = lgetc(fin);
next = lgetc(fin);
next = lgetc(fin);
} while ((c = lgetc(fin)) != EOF && (allowed_in_string(c)));
i = lgetc();
level = c[CAVELEVEL] = lgetc();
playerx = lgetc();
playery = lgetc();
scrollname[k] = lgetc() ? scrollhide[k] : "";
potionname[k] = lgetc() ? potionhide[k] : "";
wizard = lgetc();
rmst = lgetc(); /* random monster creation flag */
itm[i].qty = lgetc();
cheat = lgetc();
if (VERSION != lgetc()) { /* version number */
monster[i].genocided = lgetc(); /* genocide info */
long lgetc(void);
return (lgetc() - '0');
i = 255 & lgetc();
i |= (255 & lgetc()) << 8;
i |= (255 & lgetc()) << 16;
i |= (255 & lgetc()) << 24;
*adr++ = lgetc();
cc = lgetc();
for (;; --n, cc = lgetc()) {
if ((*str++ = ch = lgetc()) == '\0') {