getpgid method

int getpgid(
  1. int __pid
)

Implementation

int getpgid(
  int __pid,
) {
  return _getpgid(
    __pid,
  );
}