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

Function outheader

src/topten.c:928–940  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

926}
927
928staticfn void
929outheader(void)
930{
931 char linebuf[BUFSZ];
932 char *bp;
933
934 Strcpy(linebuf, " No Points Name");
935 bp = eos(linebuf);
936 while (bp < linebuf + COLNO - 9)
937 *bp++ = ' ';
938 Strcpy(bp, "Hp [max]");
939 topten_print(linebuf);
940}
941
942DISABLE_WARNING_FORMAT_NONLITERAL
943

Callers 2

toptenFunction · 0.85
prscoreFunction · 0.85

Calls 2

eosFunction · 0.85
topten_printFunction · 0.85

Tested by

no test coverage detected