exit method

void exit(
  1. int _Code
)

Implementation

void exit(
  int _Code,
) {
  return _exit1(
    _Code,
  );
}