setpgrp method

int setpgrp()

Implementation

int setpgrp() {
  return _setpgrp();
}