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

Function optfn_menu_invert_page

src/options.c:2108–2114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2106}
2107
2108staticfn int
2109optfn_menu_invert_page(
2110 int optidx, int req, boolean negated,
2111 char *opts, char *op)
2112{
2113 return shared_menu_optfn(optidx, req, negated, opts, op);
2114}
2115
2116staticfn int
2117optfn_menu_last_page(

Callers

nothing calls this directly

Calls 1

shared_menu_optfnFunction · 0.85

Tested by

no test coverage detected