#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_getenv(stack: Stack) -> StackExpand description
Get an environment variable
Stack effect: ( name โ value success )
Returns the value and 1 on success, โโ and 0 on failure.
ยงSafety
Stack must have a String (variable name) on top