Contents page

Rules for Tools/clearclip()


clearclip()
SYNOPSIS
     void clearclip(struct Clip *clip)

ARGUMENTS
    `struct Clip *clip'
          Clip to clear.

DESCRIPTION
     `clearclip()' erases all data in the clip, returning all linked
     lists to the system Event manager.  It releases the name and notes
     strings as well.

     `clearclip()' does not free the clip structure itself.

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