exit method

void exit(
  1. int __status
)

Implementation

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