Skip to main content

milo_state_string

Function milo_state_string 

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

Returns the current parser’s state as string.

The returned value must be freed using free_string.