Copy a string into an estring, expanding the destination if necessary
#include <firestring.h>
-lfirestring
int firestring_estr_astrcpy(struct firestring_estr_t *estring, const char *string)
firestring_estr_astrcpy() copys the contents of string into estring, expanding estring if necessary.
0
Ian Gulliver <[email protected]>