Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
_exit ( status -- int )
Vocabulary
unix
Inputs and outputs
status
an
object
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
unix
FUNCTION:
int
_exit
(
int
status )