devela::_dep::nc

Function getuid

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

Get the real user ID of the calling process.

§Examples

let uid = unsafe { nc::getuid() };
assert!(uid > 0);