MCPcopy 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
2367void
2368flushIDCMP(struct MsgPort *port)
2369{
2370 struct Message *msg;
2371 while (msg = GetMsg(port))
2372 ReplyMsg(msg);
2373}

Callers 1

outmoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected