libexplain
1.4.D001
|
Go to the source code of this file.
Functions | |
void | explain_buffer_einval_too_large (explain_string_buffer_t *sb, const char *caption) |
void explain_buffer_einval_too_large | ( | explain_string_buffer_t * | sb, |
const char * | caption | ||
) |
The explain_buffer_einval_too_large function may be used to explain that a system call argument is too large (out of range).
sb | The string buffer to print into. |
caption | The name of the offending system call argument. |
Definition at line 24 of file too_large.c.