|
libexplain
1.4.D001
|
#include <libexplain/string_buffer.h>Go to the source code of this file.
Functions | |
| void | explain_buffer_ipc_perm (explain_string_buffer_t *sb, const struct ipc_perm *data, int extra) |
| void explain_buffer_ipc_perm | ( | explain_string_buffer_t * | sb, |
| const struct ipc_perm * | data, | ||
| int | extra | ||
| ) |
The explain_buffer_ipc_perm function may be used to print a representation of a ipc_perm structure.
| sb | The string buffer to print into. |
| data | The ipc_perm structure to be printed. |
| extra | whether or not to print all the members |
Definition at line 86 of file ipc_perm.c.
1.7.6.1