Function idalib_sys::comments::set_cmt

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

Set an indented comment. \param ea linear address \param comm comment string - nullptr: do nothing (return 0) - “” : delete comment \param rptble is repeatable? \return success