Function getpgrp

Source
pub fn getpgrp() -> Pid
Available on crate feature process only.
Expand description

getpgrp()—Returns the process’ group ID.

§References