Sign in
third-party-mirror
/
mingw-w64
/
53b69ff3e3f267ccab95a84f9cc0be133f996eb1
/
.
/
mingw-w64-crt
/
stdio
/
_Exit.c
blob: 58247f5c7b83904a77fd7301782e7ac5e72dfc58 [
file
] [
log
] [
blame
]
#include
<stdlib.h>
void
_Exit
(
int
status
)
{
_exit
(
status
);
}