fn getpgrpLinux() callconv(.c) linux.pid_t
fn getpgrpLinux() callconv(.c) linux.pid_t { return @intCast(linux.getpgid(0)); // @intCast as it cannot fail }