libexplain
1.4.D001
|
#include <libexplain/string_buffer.h>
Go to the source code of this file.
Functions | |
void | explain_buffer_must_be_multiple_of_page_size (explain_string_buffer_t *sb, const char *caption) |
void explain_buffer_must_be_multiple_of_page_size | ( | explain_string_buffer_t * | sb, |
const char * | caption | ||
) |
The explain_buffer_must_be_multiple_of_page_size function may be used to print a representation of a must_be_multiple_of_page_size structure.
sb | The string buffer to print into. |
caption | The name of the offending system call argument. |
xgettext: This message is used to explain when a system call argument is required to be a multipe of the page size, but is not.
Definition at line 24 of file must_be_multiple_of_page_size.c.