MCPcopy Create free account
hub / github.com/NetHack/NetHack / dlb_fgetc

Function dlb_fgetc

src/dlb.c:528–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

526}
527
528int
529dlb_fgetc(dlb *dp)
530{
531 if (!dlb_initialized)
532 return EOF;
533 if (dp->fp)
534 return fgetc(dp->fp);
535 return do_dlb_fgetc(dp);
536}
537
538long
539dlb_ftell(dlb *dp)

Callers

nothing calls this directly

Calls 1

fgetcFunction · 0.85

Tested by

no test coverage detected