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

Function optfn_menu_last_page

src/options.c:2116–2122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2114}
2115
2116staticfn int
2117optfn_menu_last_page(
2118 int optidx, int req, boolean negated,
2119 char *opts, char *op)
2120{
2121 return shared_menu_optfn(optidx, req, negated, opts, op);
2122}
2123
2124staticfn int
2125optfn_menu_next_page(

Callers

nothing calls this directly

Calls 1

shared_menu_optfnFunction · 0.85

Tested by

no test coverage detected