devela::_dep::rustix::process

Function getpgrp

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

getpgrp()—Returns the process’ group ID.

§References