char* axl_stream_strdup_printfv ( const char *  chunk,
va_list  args 
)

Allows to produce an string representing the message hold by chunk with the parameters provided.

Parameters:
chunk The message chunk to print.
args The arguments for the chunk.
Returns:
A newly allocated string.