Contents page

Rules for Tools/freelist()


freelist()

SYNOPSIS
     freelist(struct Event *eventlist)

ARGUMENTS
    `struct Event *eventlist'
          Linked list of events.

DESCRIPTION
     Use `freelist()' to return eventlist, a linked list of Events, to
     Bars&Pipes' Event manager.  Only Events allocated with
     `allocevent()' and `dupelist()' may be returned this way.

SEE
     See allocevent(), dupelist().