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 |
|---|
| vprintf(3c) - opensolaris |
| firestring_estr_chug(3) - debian |
| firestring_snprintf(3) - debian |
| libfirestring(3) - debian |
| vprintf(3) - osf1 |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| Is UNIX an open source OS ? |
| Introduction |
| Weird 'find' results |
| How to copy a column of multiple files and paste into new excel file (next to column)? |