Function r_core::r_codemeta_print_comment_cmds[][src]

pub unsafe extern "C" fn r_codemeta_print_comment_cmds(
    code: *mut RCodeMeta
)
Expand description

@brief Prints the decompiled code as comments

This function is used for the output of command pdg* Output will be printed in console using the function r_cons_printf();

@param code Pointer to a RAnnotatedCode.