tcgetpgrp method

int tcgetpgrp(
  1. int arg0
)

Implementation

int tcgetpgrp(int arg0) {
  return _tcgetpgrp(arg0);
}