Skip to main content

tx_printer_push_comment

Function tx_printer_push_comment 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn tx_printer_push_comment( printer: *mut TxPrinter, text: *const c_char, )
Expand description

Pushes a comment into the printer output.

ยงSafety

  • printer must be a valid, non-null pointer to a TxPrinter.
  • text must be a valid, non-null pointer to a null-terminated UTF-8 string.