|
libexplain
1.4.D001
|
#include <libexplain/ac/limits.h>#include <libexplain/ac/sys/param.h>#include <libexplain/ac/sys/stat.h>#include <libexplain/ac/unistd.h>#include <libexplain/buffer/caption_name_type.h>#include <libexplain/buffer/emlink.h>#include <libexplain/buffer/file_type.h>#include <libexplain/buffer/gettext.h>#include <libexplain/dirname.h>#include <libexplain/option.h>Go to the source code of this file.
Functions | |
| void | explain_buffer_emlink (explain_string_buffer_t *sb, const char *oldpath, const char *newpath) |
| void explain_buffer_emlink | ( | explain_string_buffer_t * | sb, |
| const char * | oldpath, | ||
| const char * | newpath | ||
| ) |
The explain_buffer_emlink function may be used to print an explanation of an EMLINK error into the given buffer.
| sb | The string buffer to print on. |
| oldpath | The original oldpath, exactly as passed to system call. |
| newpath | The original newpath, exactly as passed to system call. |
1.7.6.1