Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ flushIDCMP
Function
flushIDCMP
sys/amiga/winfuncs.c:2367–2373 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2365
}
2366
2367
void
2368
flushIDCMP(struct MsgPort *port)
2369
{
2370
struct Message *msg;
2371
while (msg = GetMsg(port))
2372
ReplyMsg(msg);
2373
}
Callers
1
outmore
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected