Skip to main content

check_status

Function check_status 

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