firestring_estr_expand - expand an estring’s space to a minimum length
#include <firestring.h> -lfirestring void firestring_estr_expand(struct firestring_estr_t *estring, int size)
firestring_estr_expand() uses firestring_realloc(3) to allocate at least size bytes in estring. If estring is already this size or greater, it does nothing.
None.
Ian Gulliver <ian@penguinhosting.net>
libfirestring(3) 2002-09-21 firestring_estr_expand(3)