Function yaslapi_sys::YASL_listpush

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

[-1, +0] Pops the top of the stack and appends it to a list (which should be located directly below the top of the stack). @param S the YASL_State. @return YASL_SUCCESS on sucess, else an error code.