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

Function program_state_init

src/decl.c:1073–1077  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1071 } while(0);
1072
1073void
1074program_state_init(void)
1075{
1076 program_state = init_program_state;
1077}
1078
1079void
1080decl_globals_init(void)

Callers 1

early_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected