SYNOPSIS

#include <firestring.h>

-lfirestring

void firestring_estr_free(struct firestring_estr_t *estring)

DESCRIPTION

firestring_estr_free() frees any space allocated to estring and stores a size of 0 with the string to prevent accidental writes back to the freed space.

RETURN VALUE

None.

AUTHOR

Ian Gulliver <[email protected]>

RELATED TO firestring_estr_free…