libexplain
1.4.D001
|
#include <libexplain/buffer/dac.h>
Go to the source code of this file.
Functions | |
void | explain_buffer_does_not_have_capability (explain_string_buffer_t *sb, const char *name) |
void explain_buffer_does_not_have_capability | ( | explain_string_buffer_t * | sb, |
const char * | cap_name | ||
) |
The explain_buffer_does_not_have_capability function is called by the above functions to insert text naming the absent specific capability.
sb | The string buffer to print into. |
cap_name | The name of the required capability. |
Definition at line 23 of file does_not_have_capability.c.