Py_Exit method

void Py_Exit(
  1. int arg0
)

Implementation

void Py_Exit(
  int arg0,
) {
  return _Py_Exit(
    arg0,
  );
}