-
Notifications
You must be signed in to change notification settings - Fork 1
NewList
snayaksnayak edited this page May 14, 2013
·
1 revision
NAME
NewList - prepare a new list structure for use
SYNOPSIS
NewList(list);
VOID NewList(struct List *);
VOID NewList(struct MinList *);
FUNCTION
Prepare a List header structure for use;
the list will be empty and ready to use. (If the list is the
full featured type, you may need to initialize lh_Type afterwards)
INPUTS
list - pointer to a valid List or MinList structure.
SEE ALSO
[[NewListType]]