Toggle menu
Nitlanguage.org
Nitdoc
core
kernel
Sys
egid
fun
egid
:
Int
core
::
Sys
::
egid
Doc
Linearization
Summary
The effective group id of this process
The effective group id of this process
Summary
Property definitions
posix::posix$core::Sys$egid
Property definitions
posix
::
posix
$
Sys
::
egid
# The effective group id of this process
fun
egid
:
Int
`{ return getegid(); `}
lib/posix/posix.nit:47,2--48,38