setregid method

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

Implementation

int setregid(int arg0, int arg1) {
  return _setregid(arg0, arg1);
}