tcsetpgrp method

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

Implementation

int tcsetpgrp(int arg0, int arg1) {
  return _tcsetpgrp(arg0, arg1);
}