libexplain  1.4.D001
Functions
libexplain/buffer/ifconf.c File Reference
#include <libexplain/ac/net/if.h>
#include <libexplain/buffer/ifconf.h>
#include <libexplain/buffer/pointer.h>
#include <libexplain/is_efault.h>

Go to the source code of this file.

Functions

void explain_buffer_ifconf (explain_string_buffer_t *sb, const struct ifconf *data)

Function Documentation

void explain_buffer_ifconf ( explain_string_buffer_t sb,
const struct ifconf *  data 
)

The explain_buffer_ifconf function may be used to print a representation of an ifconf structure.

Parameters:
sbThe string buffer to print into.
dataThe ifconf structure to be printed.

Definition at line 53 of file ifconf.c.