[][src]Function cmark_gfm_sys::cmark_parser_advance_offset

pub unsafe extern "C" fn cmark_parser_advance_offset(
    parser: *mut cmark_parser,
    input: *const c_char,
    count: c_int,
    columns: c_int
)

Advance the 'offset' of the parser in the current line.

See the documentation of cmark_parser_get_offset() and cmark_parser_get_column() for more information.