Skip to main content

plg_rt_main

Function plg_rt_main 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn plg_rt_main( m: *mut Machine, argc: i32, argv: *const *const c_char, ) -> i32
Expand description

Run the query named in argv against the compiled program. Returns the process exit code.

ยงSafety

Called once from generated main with the process argc/argv.