Skip to main content

tx_document_error_line

Function tx_document_error_line 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn tx_document_error_line( doc: *const TxDocument, ) -> c_int
Expand description

Returns the line number of the current error, or 0 if no error.

ยงSafety

doc must be a valid, non-null pointer to a TxDocument.