The SUB NewList is used to prepare a new (Min)ListHeader& for use.
For example, "NewList list&" will perform the init procedure described
earlier in this document on the list header list&. Note that in case
it is a full-featured ListHeader& structure, then you still need to
initialize the lh_Type& field afterwards.
Back to List Functions