|
NAMEfirestring_estr_strcpy - copy a string into an estringSYNOPSIS#include <firestring.h>-lfirestring int firestring_estr_strcpy(struct firestring_estr_t *estring, const char *string) DESCRIPTIONfirestring_estr_strcpy() copys the contents of string into estring, provided that there is room in estring.RETURN VALUE0 if the string was copied successfully; 1 if there was insufficient space in estring for the copy to occur.AUTHORIan Gulliver <ian@penguinhosting.net>SEE ALSOlibfirestring(3)
Visit the GSP FreeBSD Man Page Interface. |