libexplain
1.4.D001
|
#include <libexplain/buffer/is_the_null_pointer.h>
Go to the source code of this file.
Functions | |
void | explain_buffer_is_the_null_pointer (explain_string_buffer_t *sb, const char *caption) |
void explain_buffer_is_the_null_pointer | ( | explain_string_buffer_t * | sb, |
const char * | caption | ||
) |
The explain_buffer_is_the_null_pointer function may be used to explain that a system call argument is a NULL pointer, when it should not be.
sb | The string buffer to print into. |
caption | the name of the system call's argument |
Definition at line 23 of file is_the_null_pointer.c.