Contents page

Rules for Tools/freestring()


freestring()
SYNOPSIS
     void freestring(struct String *string)

ARGUMENTS
    `struct String *string'
          Dynamic string.

DESCRIPTION
     `freestring()' deallocates a Bars&Pipes dynamic string.  Lyrics and
     Clips both use dynamic strings for their text fields.

SEE
     See allocstring(), stringtext().