Man Page: firestring_estr_vsprintf
Operating Environment: debian
Section: 3
firestring_estr_vsprintf(3) Library Functions Manual firestring_estr_vsprintf(3)NAMEfirestring_estr_vsprintf - snprintf(3) into an estringSYNOPSIS#include <firestring.h> -lfirestring long firestring_estr_vsprintf(struct firestring_estr_t *out, const char * const format, va_list ap)DESCRIPTIONfirestring_estr_vsprintf() 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), and it takes an stdarg object instead of a list of arguments.RETURN VALUEReturns the number of bytes written to out.AUTHORIan Gulliver <ian@penguinhosting.net>SEE ALSOlibfirestring(3) 2003-05-15 firestring_estr_vsprintf(3)
| Related Man Pages |
|---|
| vfprintf(3c) - opensolaris |
| vprintf(3c) - opensolaris |
| vsprintf(3c) - opensolaris |
| vprintf(3) - osf1 |
| vsnprintf(3) - osf1 |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| Weird 'find' results |
| How to copy a column of multiple files and paste into new excel file (next to column)? |
| New UNIX and Linux History Sections |