getpid method

int getpid()

Implementation

int getpid() {
  return _getpid();
}