getpgid method

int getpgid(
  1. int arg0
)

Implementation

int getpgid(int arg0) {
  return _getpgid(arg0);
}