setpgid method

int setpgid(
  1. int arg0,
  2. int arg1
)

Implementation

int setpgid(int arg0, int arg1) {
  return _setpgid(arg0, arg1);
}