setuid method

int setuid(
  1. int arg0
)

Implementation

int setuid(int arg0) {
  return _setuid(arg0);
}