char* axl_stream_strdup_printf ( const char *  chunk,
  ... 
)

Allows to produce an newly allocated string produced by the chunk received plus arguments, using the printf-like format.

Parameters:
chunk The chunk to copy.
Returns:
A newly allocated chunk.