[][src]Function cmark_gfm_sys::cmark_node_append_child

pub unsafe extern "C" fn cmark_node_append_child(
    node: *mut cmark_node,
    child: *mut cmark_node
) -> c_int

Adds 'child' to the end of the children of 'node'. Returns 1 on success, 0 on failure.