Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
463
unsigned long
464
get_current_feature_ver(void)
465
{
466
return FEATURE_NOTICE_VER(VERSION_MAJOR, VERSION_MINOR, PATCHLEVEL);
467
}
468
469
/*ARGUSED*/
470
const char *
Callers
1
feature_alert_opts
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected