|
libexplain
1.4.D001
|
#include <libexplain/string_buffer.h>Go to the source code of this file.
Functions | |
| void | explain_buffer_addrinfo (explain_string_buffer_t *sb, const struct addrinfo *ai) |
| void explain_buffer_addrinfo | ( | explain_string_buffer_t * | sb, |
| const struct addrinfo * | ai | ||
| ) |
The explain_buffer_addrinfo function may be used to print a representation of a struct addrinfo.
| sb | The string buffer to print into. |
| ai | The struct addrinfo to print. |
Definition at line 35 of file addrinfo.c.
1.7.6.1