libexplain  1.4.D001
Functions
libexplain/buffer/cdrom_addr.h File Reference
#include <libexplain/string_buffer.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)

Function Documentation

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.

Parameters:
sbThe string buffer to print into.
addrThe cdrom_addr structure to be printed.
fmthow to select the union variant of interest

Definition at line 62 of file cdrom_addr.c.