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().
A pointer to a formatted string, or NULL if an error occurred (errno is set).
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |