|
NAMEfirestring_estr_alloc - allocate space for an estringSYNOPSIS#include <firestring.h>-lfirestring void firestring_estr_alloc(struct firestring_estr_t *estring, int size) DESCRIPTIONfirestring_estr_alloc() uses firestring_malloc(3) to allocate size bytes in estring. It resets the length of estring to 0 and stores the size with the string to facilitate safe operations later.RETURN VALUENone.AUTHORIan Gulliver <ian@penguinhosting.net>SEE ALSOlibfirestring(3)
Visit the GSP FreeBSD Man Page Interface. |