#include <nnsys/fnd.h>
void NNS_FND_INIT_LIST( NNSFndList* list, structName, linkName );
list | Pointer to the list structure |
structName | Structure name to link to. |
linkName | NNSFndlink -type member variable name. |
None.
This macro initializes the list structure. Actual initialization is carried out by the NNS_FndInitList()
function. Searches for the offset with this macro using the offsetof
macro defined by stddef.h
from the designated structure name and the NNSFndlink
-type variable name, then passes it to the NNS_FndInitList
function.
2004/04/16 Function and title names were incorrect. These have been fixed.
2004/02/02 Initial version.
CONFIDENTIAL