MCPcopy Index your code
hub / github.com/NetHack/NetHack / error

Function error

util/sfctool.c:709–718  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

707}
708
709void
710error(const char *s, ...)
711{
712 va_list the_args;
713
714 va_start(the_args, s);
715 vprintf(s, the_args);
716 va_end(the_args);
717 exit(EXIT_FAILURE);
718}
719
720void
721pline(const char *s, ...)

Callers 2

chdirxFunction · 0.70
term_startupFunction · 0.50

Calls 1

vprintfFunction · 0.85

Tested by

no test coverage detected