|
libexplain
1.4.D001
|
#include <libexplain/ac/linux/cdrom.h>#include <libexplain/buffer/cdrom_addr.h>#include <libexplain/buffer/pointer.h>#include <libexplain/buffer/int.h>#include <libexplain/is_efault.h>Go to the source code of this file.
Functions | |
| void | explain_buffer_cdrom_addr (explain_string_buffer_t *sb, const union cdrom_addr *addr, int fmt) |
| void explain_buffer_cdrom_addr | ( | explain_string_buffer_t * | sb, |
| const union cdrom_addr * | addr, | ||
| int | fmt | ||
| ) |
The explain_buffer_cdrom_addr function may be used to print a representation of a cdrom_addr structure.
| sb | The string buffer to print into. |
| addr | The cdrom_addr structure to be printed. |
| fmt | how to select the union variant of interest |
Definition at line 62 of file cdrom_addr.c.
1.7.6.1