Skip to main content

tx_printer_new_compact

Function tx_printer_new_compact 

Source
#[unsafe(no_mangle)]
pub extern "C" fn tx_printer_new_compact() -> *mut TxPrinter
Expand description

Creates a new XML printer (compact mode, no whitespace).

ยงSafety

The returned pointer must eventually be freed with tx_printer_free.