Sign in
mojo
/
mojo-tools
/
96b05c1cc252cbd1582be4b8c554e72024938f3c
/
.
/
fusl
/
src
/
unistd
/
_exit.c
blob: 769948232e46e8be03cd2530f37b60b62d864ae1 [
file
] [
log
] [
blame
]
#include
<unistd.h>
#include
<stdlib.h>
_Noreturn
void
_exit
(
int
status
)
{
_Exit
(
status
);
}