get_func_cmt
retrieve function comment
ea - any address belonging to the function
repeatable - 1: get repeatable comment
0: get regular comment
returns: function comment string
string get_func_cmt(long ea, long repeatable);
Last updated