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

Function get_current_feature_ver

src/version.c:463–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461}
462
463unsigned long
464get_current_feature_ver(void)
465{
466 return FEATURE_NOTICE_VER(VERSION_MAJOR, VERSION_MINOR, PATCHLEVEL);
467}
468
469/*ARGUSED*/
470const char *

Callers 1

feature_alert_optsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected