getsid method

int getsid(
  1. int arg0
)

Implementation

int getsid(int arg0) {
  return _getsid(arg0);
}