[go: up one dir, main page]

getpgrp

Function getpgrp 

Source
pub fn getpgrp() -> pid_t
Expand description

getpgrp() returns the process group ID of the calling process. It is a trivial wrapper over libc::getpgrp to “hide” the unsafe