Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1073
void
1074
program_state_init(void)
1075
{
1076
program_state = init_program_state;
1077
}
1078
1079
void
1080
decl_globals_init(void)
Callers
1
early_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected