Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NetHack/NetHack
/ pline
Function
pline
util/sfctool.c:720–728 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
718
}
719
720
void
721
pline(const char *s, ...)
722
{
723
va_list the_args;
724
725
va_start(the_args, s);
726
vprintf(s, the_args);
727
va_end(the_args);
728
}
729
730
void
731
impossible(const char *s, ...)
Callers
nothing calls this directly
Calls
1
vprintf
Function · 0.85
Tested by
no test coverage detected