NewMinList(list)
VOID NewMinList(struct MinList *);
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.