set_func_flags
Last updated
Was this helpful?
Last updated
Was this helpful?
change function flags ea - any address belonging to the function flags - see () for explanations returns: !=0 - ok
#define set_func_flags(ea, flags) set_func_attr(ea, FUNCATTR_FLAGS, flags)