[][src]Function cmark_gfm_sys::cmark_parser_get_first_nonspace

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

Return the absolute index in bytes of the first nonspace character coming after the offset as returned by cmark_parser_get_offset() in the line currently being processed.

Example:

  foo        bar            baz  \n
^               ^           ^
0            offset (16) first_nonspace (28)