pub unsafe extern "C" fn YASL_functioncall(
    S: *mut YASL_State,
    n: c_int
) -> c_int
Expand description

[-(n+1), +r] Calls a function with n parameters. The function should be located below all n parameters it will be called with. The left-most parameter is placed directly above the function, the right-most paramter at the top of the stack. @param S the YASL_State @param n @return r, the number of return values of the called functions