Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ init_mextra
Function
init_mextra
src/makemon.c:1058–1063 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1056
static const struct mextra zeromextra = DUMMY;
1057
1058
staticfn void
1059
init_mextra(struct mextra *mex)
1060
{
1061
*mex = zeromextra;
1062
mex->mcorpsenm = NON_PM;
1063
}
1064
1065
struct mextra *
1066
newmextra(void)
Callers
1
newmextra
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected