exit


exit(status = 0)
      

Terminate the current process with status which must be an exact integer in the range 0 to 255.

Return an unspecified value.

Also see:

error
abort


Core Module Index | Main Index