Skip to main content

dump

Function dump 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn dump( q: *mut CompilerResult, name: *const c_char, what: *const c_char, ) -> bool
Expand description

Dumps the compiled binary code to a file (name).

This function is useful for debugging but is not necessary for normal operations.

ยงSafety

it is the responsibility of the calling function to ensure
that q points to a valid CompilerResult.