Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
278
RESTORE_WARNING_FORMAT_NONLITERAL
279
280
void
281
Delay(int ms)
282
{
283
(void) Sleep(ms);
284
}
285
286
void
287
win32_abort(void)
Callers
4
amii_delay_output
Function · 0.50
RandomWindow
Function · 0.50
dofade
Function · 0.50
files.c
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected