MCPcopy Create free account
hub / github.com/NetHack/NetHack / usage

Function usage

util/dlb_main.c:80–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 */
79
80ATTRNORETURN static void
81usage(void)
82{
83 (void) printf("Usage: %s [ctxCIfv] arguments... [files...]\n", progname);
84 (void) printf(" default library is %s\n", library_file);
85 (void) printf(" default list file is %s\n", list_file);
86 xexit(EXIT_FAILURE);
87 /*NOTREACHED*/
88}
89
90ATTRNORETURN static void
91verbose_help(void)

Callers 2

verbose_helpFunction · 0.70
mainFunction · 0.70

Calls 2

printfFunction · 0.85
xexitFunction · 0.85

Tested by

no test coverage detected