MCPcopy 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
720void
721pline(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
730void
731impossible(const char *s, ...)

Callers

nothing calls this directly

Calls 1

vprintfFunction · 0.85

Tested by

no test coverage detected