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

Function mar_set_menu_title

outdated/win/gem/wingem1.c:1721–1727  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

1719/************************* mar_set_menu_title *******************************/
1720
1721void
1722mar_set_menu_title(str)
1723const char *str;
1724{
1725 test_free(Menu_title); /* just in case */
1726 Menu_title = mar_copy_of(str ? str : nullstr);
1727}
1728
1729/************************* mar_set_menu_type *******************************/
1730

Callers 1

Gem_end_menuFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected