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

Function foundfile_buffer

sys/msdos/msdos.c:409–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409char *
410foundfile_buffer(void)
411{
412 return (getdta() + 30);
413}
414
415/* Get disk transfer area */
416static char *

Callers 1

get_saved_gamesFunction · 0.50

Calls 1

getdtaFunction · 0.85

Tested by

no test coverage detected