set_func_cmt

set function comment
     ea         - any address belonging to the function
     cmt        - a function comment line
     repeatable - 1: get repeatable comment
                  0: get regular comment

void set_func_cmt(long ea, string cmt, long repeatable);

Last updated