Next Previous Contents

90. SLang_free_slstring

Synopsis

Free a hashed string

Usage

void SLang_free_slstring (char *s)

Description

The SLang_free_slstring function is used to free a hashed string such as one returned by SLang_create_slstring, SLang_create_nslstring, or SLang_create_static_slstring. If s is NULL, the routine does nothing.

See Also

SLang_create_slstring, SLang_create_nslstring, SLang_create_static_slstring


Next Previous Contents