.\" (C) 2002 Ian Gulliver .TH firestring_estr_free 3 2002-06-10 .SH NAME firestring_estr_free \- free space allocated to an estring .SH SYNOPSIS .B #include .br .B -lfirestring .LP .BI "void firestring_estr_free(struct firestring_estr_t *" "estring" ")" .SH DESCRIPTION firestring_estr_free() frees any space allocated to .I estring and stores a size of 0 with the string to prevent accidental writes back to the freed space. .SH RETURN VALUE None. .SH AUTHOR Ian Gulliver .SH SEE ALSO .BR libfirestring (3)