[][src]Function librelic::prelude::sys::user::getgid

pub fn getgid() -> u32

Returns the group ID for the current user.

Examples

use fungus::prelude::*;

assert!(user::getgid() != 0);