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

Function runtime_info_init

src/mdlib.c:834–846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

832#undef STOREOPTTEXT
833
834void
835runtime_info_init(void)
836{
837 if (!done_runtime_opt_init_once) {
838 done_runtime_opt_init_once = 1;
839 build_savebones_compat_string();
840 /* construct the current version number */
841 make_version();
842 populate_nomakedefs(&version); /* date.c */
843 idxopttext = 0;
844 build_options();
845 }
846}
847
848const char *
849do_runtime_info(int *rtcontext)

Callers 4

do_runtime_infoFunction · 0.85
early_initFunction · 0.85
dump_version_infoFunction · 0.85
mainFunction · 0.85

Calls 4

make_versionFunction · 0.85
populate_nomakedefsFunction · 0.85
build_optionsFunction · 0.85

Tested by

no test coverage detected