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

Function update_primary_symset

src/symbols.c:306–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306void
307update_primary_symset(const struct symparse *symp, int val)
308{
309 gp.primary_syms[symp->idx] = val;
310}
311
312void
313update_rogue_symset(const struct symparse *symp, int val)

Callers 1

parse_sym_lineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected