[][src]Function cmark_gfm_sys::cmark_inline_parser_take_while

pub unsafe extern "C" fn cmark_inline_parser_take_while(
    parser: *mut cmark_inline_parser,
    pred: cmark_inline_predicate
) -> *mut c_char

Get the characters located after the current inline parsing offset while 'pred' matches. Free after usage.