[][src]Function fungus::sys::user::getegid

pub fn getegid() -> u32

Returns the group effective ID for the current user.

Examples

use fungus::prelude::*;

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