Concatenate a string onto an estring
#include <firestring.h>
-lfirestring
int firestring_estr_strcat(struct firestring_estr_t *estring, const char *string)
firestring_estr_strcat() copys the contents of string onto the end of estring, provided that there is room in estring.
0 if the string was copied successfully; 1 if there was insufficient space in estring for the copy to occur.
Ian Gulliver <[email protected]>