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

Function Delay

sys/windows/windsys.c:278–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278RESTORE_WARNING_FORMAT_NONLITERAL
279
280void
281Delay(int ms)
282{
283 (void) Sleep(ms);
284}
285
286void
287win32_abort(void)

Callers 4

amii_delay_outputFunction · 0.50
RandomWindowFunction · 0.50
dofadeFunction · 0.50
files.cFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected