patch_seq_os_name

Function patch_seq_os_name 

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

Get the operating system name

Stack effect: ( – name )

Returns one of: “darwin”, “linux”, “windows”, “freebsd”, “openbsd”, “netbsd”, or “unknown” for unrecognized platforms.

§Safety

Stack pointer must be valid