.\" (C) 2002 Ian Gulliver .TH firestring_estr_estrcat 3 2003-07-21 .SH NAME firestring_estr_aestrcat \- concatentate an estring onto another estring, expanding the destination if necessary .SH SYNOPSIS .B #include .br .B -lfirestring .LP .BI "int firestring_estr_aestrcat(struct firestring_estr_t *" "destination" ", struct firestring_estr_t *" "source" ", int " "start" ")" .SH DESCRIPTION firestring_estr_aestrcat() copys the contents of .I source from the index .I start onto the end of .IR destination , expanding .I destination if necessary. .SH RETURN VALUE 0 .SH AUTHOR Ian Gulliver .SH SEE ALSO .BR libfirestring (3)