blqd_program_to_text

Function blqd_program_to_text 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn blqd_program_to_text( prog: *const BLQDProgram, out_text: *mut *mut c_char, ) -> BlqdStatus
Expand description

Print a Program as assembly text. Caller must free the returned string with blqd_free_string().