exit method

void exit(
  1. int arg0
)

Implementation

void exit(int arg0) {
  return _exit1(arg0);
}