FreeBSD Manual Pages
firestring_estr_sprintf(3) Library Functions Manual firestring_estr_sprintf(3) NAME firestring_estr_sprintf - snprintf(3) into an estring SYNOPSIS #include <firestring.h> -lfirestring long firestring_estr_sprintf(struct firestring_estr_t *out, const char * const format, ...) DESCRIPTION firestring_estr_sprintf() behaves exactly like firestring_snprintf(3) except that it writes to an estring (which contains the size inter- nally, so size is not needed as a parameter). RETURN VALUE Returns the number of bytes written to out. AUTHOR Ian Gulliver <ian@penguinhosting.net> SEE ALSO libfirestring(3) 2003-05-15 firestring_estr_sprintf(3)
NAME | SYNOPSIS | DESCRIPTION | RETURN VALUE | AUTHOR | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=firestring_estr_sprintf&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>