Skip to main content

save

Function save 

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

Checks the status of a CompilerResult.

Returns a null-terminated string representing the status message.

ยงSafety

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