NAME mitem_name - get menu item name and description fields CONTENTS Synopsis Description Return Value See Also Notes Portability Authors SYNOPSIS #include <menu.h> const char *item_name(const ITEM *item); const char *item_description(const ITEM *item); DESCRIPTION The function item_name returns the name part of the given item. The function item_description returns the description part of the given item. RETURN VALUE These routines returns NULL on error. SEE ALSO curses(3), menu(3). NOTES PORTABILITY AUTHORS