quick_exit method

void quick_exit(
  1. int arg0
)

Implementation

void quick_exit(int arg0) {
  return _quick_exit(arg0);
}