Query: firestring_estr_vsprintf
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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 |
| vsprintf(3c) - opensolaris |
| vsnprintf(3c) - opensolaris |
| firestring_estr_chug(3) - debian |
| vsnprintf(3) - osf1 |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| Is UNIX an open source OS ? |
| One instance of comparing grep and awk |
| New UNIX and Linux History Sections |
| My first PERL incarnation... Audio Oscillograph |