afc_nodemaster_last

Name

afc_nodemaster_last  -- Moves to the last item in list

Synopsis

void * afc_nodemaster_last (NodeMaster * nm);

Description

Use this command to get the last node in list.

Inputs

nm

Pointer to a valid NodeMaster class.

Result

The contents of the last node in list. NULL if list is empty.

See Also