Contents page

Rules for Tools/dupeclip()


dupeclip()
SYNOPSIS
          void dupeclip(struct Clip *source, struct Clip *destination);

ARGUMENTS
    `struct Clip *source'
          Clip to copy from.

    `struct Clip *destination'
          Clip to copy to.

DESCRIPTION
     `dupeclip()' makes copies of all the linked lists and strings in
     the source Clip, placing them in the destination Clip.  It also
     duplicates the notes and names fields, as well as copying the
     `begin' and `end' markers.

SEE
     See clearclip(), cutclip(), copyclip(), pasteclip(), mixclip(),
     loadclip(), saveclip(), clipboard().