firestring_estr_sprintf(3) debian man page | unix.com

Man Page: firestring_estr_sprintf

Operating Environment: debian

Section: 3

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)
Related Man Pages
base32(n) - osx
base32(n) - mojave
auth-relaytest(1) - debian
base32hex(3tcl) - debian
firestring_estr_chug(3) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Detecting unused variables...
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?