libexplain  1.4.D001
Functions
libexplain/string_buffer/full.c File Reference
#include <libexplain/string_buffer.h>

Go to the source code of this file.

Functions

int explain_string_buffer_full (const explain_string_buffer_t *sb)

Function Documentation

The explain_string_buffer_full functionmay be used to determine whether or not a string buffer is full (has no more room for additional characters).

Parameters:
sbThe string buffer to test.

Definition at line 24 of file full.c.