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

Function Delay

outdated/sys/wince/celib.c:394–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394void
395Delay(int ms)
396{
397 (void) Sleep(ms);
398}
399
400void
401more()

Callers 2

topl_flash_respFunction · 0.50
FlashButtonFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected