getppid method

int getppid()

Implementation

int getppid() {
  return _getppid();
}