Skip to main content

milo_error_code_string

Function milo_error_code_string 

Source
#[unsafe(no_mangle)]
pub extern "C" fn milo_error_code_string( parser: *mut Parser, ) -> CStringWithLength
Expand description

Returns the current parser’s error state as string.

The returned value must be freed using free_string.