|
|
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
charBoth functions return NULL if given a NULL item pointer.item_name (item) ITEM
item;
char
item_description (item) ITEM
item;