patch_seq_home_dir

Function patch_seq_home_dir 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_home_dir(stack: Stack) -> Stack
Expand description

Get the user’s home directory

Stack effect: ( – path success )

Returns the path and 1 on success, “” and 0 on failure.

§Safety

Stack pointer must be valid