libexplain  1.4.D001
Functions
libexplain/buffer/pathname.h File Reference
#include <libexplain/string_buffer.h>

Go to the source code of this file.

Functions

void explain_buffer_pathname (explain_string_buffer_t *sb, const char *pathname)

Function Documentation

void explain_buffer_pathname ( explain_string_buffer_t sb,
const char *  pathname 
)

The explain_buffer_pathname function may be used to print patnames, so long as the pointer isn't EFAULT.

Parameters:
sbThe string buffer to print into.
pathnameThe pathname to be printed.

Definition at line 25 of file pathname.c.