setrgid method

int setrgid(
  1. int arg0
)

Implementation

int setrgid(int arg0) {
  return _setrgid(arg0);
}