devela::_dep::nc

Function geteuid

pub unsafe fn geteuid() -> u32 
Available on crate feature dep_nc only.
Expand description

Get the effective user ID of the calling process.

§Examples

let euid = unsafe { nc::geteuid() };
assert!(euid > 0);