|
NAMEfirestring_estr_sprintf - snprintf(3) into an estringSYNOPSIS#include <firestring.h>-lfirestring long firestring_estr_sprintf(struct firestring_estr_t *out, const char * const format, ...) DESCRIPTIONfirestring_estr_sprintf() behaves exactly like firestring_snprintf(3) except that it writes to an estring (which contains the size internally, so size is not needed as a parameter).RETURN VALUEReturns the number of bytes written to out.AUTHORIan Gulliver <ian@penguinhosting.net>SEE ALSOlibfirestring(3)
Visit the GSP FreeBSD Man Page Interface. |