libexplain
1.4.D001
|
Go to the source code of this file.
Functions | |
void | explain_buffer_intptr_t (explain_string_buffer_t *sb, intptr_t data) |
void explain_buffer_intptr_t | ( | explain_string_buffer_t * | sb, |
intptr_t | data | ||
) |
The explain_buffer_intptr_t function may be used to print a representation of a intptr_t structure.
sb | The string buffer to print into. |
data | The intptr_t structure to be printed. |
Definition at line 28 of file intptr_t.c.