Skip to main content

load

Function load 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn load( file: *const c_char, ) -> *const CompilerResult
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.