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

Function interject

sys/windows/windsys.c:353–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353void
354interject(int interjection_type)
355{
356 if (interjection_type >= 0 && interjection_type < INTERJECTION_TYPES)
357 msmsg("%s", interjection_buf[interjection_type]);
358}
359
360#ifdef RUNTIME_PASTEBUF_SUPPORT
361

Callers 1

VA_DECLFunction · 0.85

Calls 1

msmsgFunction · 0.85

Tested by

no test coverage detected