pub unsafe extern "C" fn YASL_pushcfunction(
S: *mut YASL_State,
value: YASL_cfn,
num_args: c_int,
)Expand description
[-0, +1] Pushes a function pointer onto the stack @param S the YASL_State onto which to push the string. @param value the function pointer to be pushed onto the stack.