Main Page
Modules
Related Pages
S
earch for
Axl String: String functions provided by the Axl Stream module.
axl_cmp
axl_memcmp
axl_strdup
axl_strdup_printf
axl_strdup_printfv
axl_stream_concat
axl_stream_freev
axl_stream_split
axl_stream_strdup
axl_stream_strdup_n
axl_stream_strdup_printf
axl_stream_strdup_printf_len
axl_stream_strdup_printfv
axl_stream_strv_num
axl_stream_to_lower
axl_stream_to_lower_copy
axl_stream_to_upper
axl_stream_to_upper_copy
axl_stream_trim
axl_stream_trim_with_size
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.