Skip to main content

get_config

Function get_config 

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