MCPcopy Index your code
hub / github.com/NetHack/NetHack / init_oextra

Function init_oextra

src/mkobj.c:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77static const struct oextra zerooextra = DUMMY;
78
79staticfn void
80init_oextra(struct oextra *oex)
81{
82 *oex = zerooextra;
83}
84
85struct oextra *
86newoextra(void)

Callers 1

newoextraFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected