setreuid method

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

Implementation

int setreuid(int arg0, int arg1) {
  return _setreuid(arg0, arg1);
}