Skip to main content

tx_printer_clear

Function tx_printer_clear 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn tx_printer_clear(printer: *mut TxPrinter)
Expand description

Clears the printer output, resetting it to empty.

ยงSafety

printer must be a valid, non-null pointer to a TxPrinter.