Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
528
int
529
dlb_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
538
long
539
dlb_ftell(dlb *dp)
Callers
nothing calls this directly
Calls
1
fgetc
Function · 0.85
Tested by
no test coverage detected