Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
409
char *
410
foundfile_buffer(void)
411
{
412
return (getdta() + 30);
413
}
414
415
/* Get disk transfer area */
416
static char *
Callers
1
get_saved_games
Function · 0.50
Calls
1
getdta
Function · 0.85
Tested by
no test coverage detected