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