MCPcopy 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
568int
569windows_console_custom_nhgetch(void)
570{
571 return _getch();
572}
573
574extern int windows_console_custom_nhgetch(void);
575

Callers 1

getreturnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected