Extracted from Pike v7.3 release 18 at 2002-03-27.
pike.roxen.com
[Top]

Method exit()


Method exit

void exit(int returncode)

Description

Exit the whole Pike program with the given returncode.

Using exit with any other value than 0 (zero) indicates that something went wrong during execution. See your system manuals for more information about return codes.

See also

_exit