Contents page

Rules for Tools/dupelist()


dupelist()
SYNOPSIS
          struct Event *dupelist(struct Event *eventlist)

ARGUMENTS
    `struct Event  *eventlist'
          Source list.

DESCRIPTION
     `dupelist()' creates a copy of eventlist, allocating the new Events
     from Bars&Pipes' Event manager.

     A list of Events allocated with `dupelist()' may be returned with a
     call to `freelist()'.

SEE
     See allocevent(), freeevent(), freelist().