libexplain
1.4.D001
|
Go to the source code of this file.
Functions | |
void | explain_buffer_enotsup_device (explain_string_buffer_t *sb, const char *caption) |
void explain_buffer_enotsup_device | ( | explain_string_buffer_t * | sb, |
const char * | caption | ||
) |
The explain_buffer_enotsup_device function may be used to print an explanation of an ENOTSUP error, in the case where a device does not support a given value. (Assume the value has already been printed.)
sb | The string buffer to print into. |
caption | Text representing the malformed value, sufficient that a programmer would find it unambiguous. |