FRE.ST - free a string.

Usage:

B:
   fre.st(str [, extra]);
C:
   #equate fre_st fre.st
   void fre_st(char *str [, int extra] );

Where:

str
is a pointer to the space to be freed.
extra
is the number of leading words that precede the actual characters of the string. The default is zero.

Description:

FRE.ST is used to free space allocated by DUP.ST. In other words, it is used to free a structure that is terminated by a string.

See Also:

expl b lib dup.st

Copyright © 1996, Thinkage Ltd.