.\" (C) 2002 Ian Gulliver .TH firestring_estr_astrcpy 3 2003-07-21 .SH NAME firestring_estr_astrcpy \- copy a string into an estring, expanding the destination if necessary .SH SYNOPSIS .B #include .br .B -lfirestring .LP .BI "int firestring_estr_astrcpy(struct firestring_estr_t *" "estring" ", const char *" "string" ")" .SH DESCRIPTION firestring_estr_astrcpy() copys the contents of .I string into .IR estring , expanding .I estring if necessary. .SH RETURN VALUE 0 .SH AUTHOR Ian Gulliver .SH SEE ALSO .BR libfirestring (3)