SYNOPSIS

#include <firestring.h>

-lfirestring

void firestring_estr_expand(struct firestring_estr_t *estring, int size)

DESCRIPTION

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.

RETURN VALUE

None.

AUTHOR

Ian Gulliver <[email protected]>

RELATED TO firestring_estr_expand…