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

Function impossible

util/sfctool.c:730–739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

728}
729
730void
731impossible(const char *s, ...)
732{
733 va_list the_args;
734
735 va_start(the_args, s);
736 vprintf(s, the_args);
737 va_end(the_args);
738 exit(EXIT_FAILURE);
739}
740
741RESTORE_WARNING_FORMAT_NONLITERAL
742

Callers

nothing calls this directly

Calls 1

vprintfFunction · 0.85

Tested by

no test coverage detected