Concatentate an estring onto another estring
#include <firestring.h>
-lfirestring
int firestring_estr_estrcat(struct firestring_estr_t *destination, struct firestring_estr_t *source, int start)
firestring_estr_estrcat() copys the contents of source from the index start onto the end of destination, provided that there is room in destination.
0 if the string was copied successfully; 1 if there was insufficient space in destination for the copy to occur.
Ian Gulliver <[email protected]>