|
libexplain
1.4.D001
|
#include <libexplain/buffer/pathname.h>#include <libexplain/buffer/pointer.h>#include <libexplain/is_efault.h>Go to the source code of this file.
Functions | |
| void | explain_buffer_pathname (explain_string_buffer_t *sb, const char *pathname) |
| 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.
| sb | The string buffer to print into. |
| pathname | The pathname to be printed. |
Definition at line 25 of file pathname.c.
1.7.6.1