Function getuid

Source
pub unsafe fn getuid() -> uid_t
Expand description

Get the real user ID of the current process.

On this platform this function actually wraps the getuid system call.