Function idalib_sys::comments::append_cmt

pub unsafe fn append_cmt(
    ea: c_ulonglong,
    str_: *const c_char,
    rptble: bool,
) -> bool
Expand description

Append to an indented comment. Creates a new comment if none exists. Appends a newline character and the specified string otherwise. \param ea linear address \param str comment string to append \param rptble append to repeatable comment? \return success