Print formatted output to a new string
#include <qdb/qdb.h>
char * qdb_vmprintf( const char* fmt,
va_list arg );
qdb
This function is a variant of the vsprintf() from the standard C library. For more information about additional formatting options, see qdb_mprintf().
An formatted string, or NULL if an error occurred (errno is set).
QNX Neutrino
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | Yes |
qdb_mprintf(), qdb_snprintf(), printf(), va_start() and vsprint() in the Neutrino Library Reference