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