#include <nnsys/fnd.h>
void NNS_FndInitList( NNSFndList* list, u16 offset );
| list | Pointer to the list structure |
| offset | Offset value of the NNSFndLink-type member variable in an object |
None.
This function initializes the list structure and enters a state where objects can be connected. The value designated in offset can be requested with the offset macro defined with stddef.h. This value is a pointer to the object connected to the list (the structure), so that object is used for changing the pointer to the member variable NNSFndLink.
02/02/2004 Initial version.