getuid method

int getuid()

Implementation

int getuid() {
  return _getuid();
}