libexplain  1.4.D001
Functions
libexplain/buffer/is_the_null_pointer.h File Reference
#include <libexplain/string_buffer.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)

Function Documentation

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.

Parameters:
sbThe string buffer to print into.
captionthe name of the system call's argument

Definition at line 23 of file is_the_null_pointer.c.