.\" (C) 2002 Ian Gulliver .TH firestring_estr_strcat 3 2002-06-10 .SH NAME firestring_estr_strcat \- concatenate a string onto an estring .SH SYNOPSIS .B #include .br .B -lfirestring .LP .BI "int firestring_estr_strcat(struct firestring_estr_t *" "estring" ", const char *" "string" ")" .SH DESCRIPTION firestring_estr_strcat() copys the contents of .I string onto the end of .IR estring , provided that there is room in .IR estring . .SH RETURN VALUE 0 if the string was copied successfully; 1 if there was insufficient space in .I estring for the copy to occur. .SH AUTHOR Ian Gulliver .SH SEE ALSO .BR libfirestring (3)