Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ windows_console_custom_nhgetch
Function
windows_console_custom_nhgetch
sys/windows/windsys.c:568–572 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
566
#include <conio.h>
567
568
int
569
windows_console_custom_nhgetch(void)
570
{
571
return _getch();
572
}
573
574
extern int windows_console_custom_nhgetch(void);
575
Callers
1
getreturn
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected