#include <nnsys/fnd.h>
void NNS_FndAppendListObject( NNSFndList* list, void* object );
| list | Pointer to the list structure |
| object | Pointer to the object to be connected to the list |
None.
This function adds a designated object to the end of the list with object.
NNS_FndPrependListObject, NNS_FndInsertListObject, NNS_FndRemoveListObject
02/02/2004 Initial version.