quick_exit method

void quick_exit(
  1. int _Code
)

Implementation

void quick_exit(
  int _Code,
) {
  return _quick_exit(
    _Code,
  );
}