ICI Modules: sys: exit


Modules by name : by type

Synopsis

sys.exit(int)

Description

Exit the current process with the given status.

Note that unlike ICI's standard exit() function this calls the C library's _exit function which may leave output buffers unflushed and have other consequences.