|
|
The routines item_name and item_description take an item pointer as their argument. Function item_name returns the item's name, while function item_description returns its description.
SYNOPSIS
char item_name (item) ITEM item;Both functions return NULL if given a NULL item pointer.char item_description (item) ITEM item;