libexplain  1.4.D001
Functions
libexplain/buffer/va_list.h File Reference
#include <libexplain/ac/stdarg.h>
#include <libexplain/string_buffer.h>

Go to the source code of this file.

Functions

void explain_buffer_va_list (explain_string_buffer_t *sb, va_list data)

Function Documentation

void explain_buffer_va_list ( explain_string_buffer_t sb,
va_list  data 
)

The explain_buffer_va_list function may be used to print a representation of a va_list value.

Parameters:
sbThe string buffer to print into.
dataThe va_list value to be printed.

Definition at line 24 of file va_list.c.