[][src]Function cmark_gfm_sys::cmark_parser_get_first_nonspace_column

pub unsafe extern "C" fn cmark_parser_get_first_nonspace_column(
    parser: *mut cmark_parser
) -> c_int

Return the absolute index of the first nonspace column coming after 'offset' in the line currently being processed, counting tabs as multiple columns as appropriate.

See the documentation for cmark_parser_get_first_nonspace() and cmark_parser_get_column() for more information.