Home  /  Autodocs  /  exec.library

NAME

NewMinList
prepare a list structure for use (V45)

SYNOPSIS

NewMinList(list)

VOID NewMinList(struct MinList *);

FUNCTION

Perform the magic needed to prepare a MinList header structure for use; the list will be empty and ready to use. You can use this function with a pointer to a 'struct List', too, but you may have to initialize the List->lh_Type as well.

INPUTS

list
pointer to a List or MinList.

SEE ALSO

<exec/lists.h>