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

Function Death_quote

src/files.c:3647–3653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3645}
3646
3647boolean
3648Death_quote(char *buf, int bufsz)
3649{
3650 unsigned death_oid = 1; /* chance of oid #1 being a novel is negligible */
3651
3652 return read_tribute("Death", "Death Quotes", 0, buf, bufsz, death_oid);
3653}
3654
3655/* ---------- END TRIBUTE ----------- */
3656#endif /* !SFCTOOL */

Callers 1

domonnoiseFunction · 0.85

Calls 1

read_tributeFunction · 0.85

Tested by

no test coverage detected