MCPcopy Index your code
hub / github.com/NetHack/NetHack / dlb_fgets

Function dlb_fgets

src/dlb.c:518–526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

516}
517
518char *
519dlb_fgets(char *buf, int len, dlb *dp)
520{
521 if (!dlb_initialized)
522 return (char *) 0;
523 if (dp->fp)
524 return fgets(buf, len, dp->fp);
525 return do_dlb_fgets(buf, len, dp);
526}
527
528int
529dlb_fgetc(dlb *dp)

Callers 15

tty_display_fileFunction · 0.85
qt_display_fileMethod · 0.85
mswin_display_fileFunction · 0.85
curses_view_fileFunction · 0.85
X11_display_fileFunction · 0.85
amii_display_fileFunction · 0.85
genl_display_fileFunction · 0.85
read_tributeFunction · 0.85
doextversionFunction · 0.85
checkfileFunction · 0.85
whatdoes_helpFunction · 0.85

Calls 1

fgetsFunction · 0.85

Tested by

no test coverage detected