|
libexplain
1.4.D001
|
#include <libexplain/buffer/more_appropriate.h>Go to the source code of this file.
Functions | |
| void | explain_buffer_more_appropriate_syscall (explain_string_buffer_t *sb, const char *syscall_name) |
| void explain_buffer_more_appropriate_syscall | ( | explain_string_buffer_t * | sb, |
| const char * | syscall_name | ||
| ) |
The explain_buffer_more_appropriate_syscall function may be used to print a message suggestion a more appropriate system call.
| sb | The string buffer to print into. |
| syscall_name | The name of the more appropriate system call. |
Definition at line 23 of file more_appropriate.c.
1.7.6.1