Function yaslapi_sys::YASL_execute

source ·
pub unsafe extern "C" fn YASL_execute(S: *mut YASL_State) -> c_int
Expand description

[-0, +0] Execute the bytecode for the given YASL_State. @param S the YASL_State to use to execute the bytecode. @return 0 on successful execution, else an error code.