NNS_FndAppendListObject

C Specification

#include <nnsys/fnd.h>
void NNS_FndAppendListObject( NNSFndList* list, void* object );

Arguments

list Pointer to the list structure
object Pointer to the object to be connected to the list

Return Values

None.

Description

This function adds a designated object to the end of the list with object.

See Also

NNS_FndPrependListObject, NNS_FndInsertListObject, NNS_FndRemoveListObject

Revision History

2004/02/02 Initial version.


CONFIDENTIAL