DEFINITION - SUB
    NewList list& -- prepare a (Min)ListHeader& structure for use

OPERATION
    Perform the magic needed to prepare a (Min)ListHeader& 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.)

ARGUMENTS
    list& -- pointer to the new (Min)ListHeader&

SEE ALSO
    Initializing new Lists

                                                 Back to Function Reference