patch_seq_getenv

Function patch_seq_getenv 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_getenv(stack: Stack) -> Stack
Expand 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