Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
353
void
354
interject(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_DECL
Function · 0.85
Calls
1
msmsg
Function · 0.85
Tested by
no test coverage detected