index
:
~cnx/afl++
this commit
dataflow
dev
run
stable
Security-oriented fuzzer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qemu_mode
/
fastexit
/
fastexit.c
blob: 44141af1f8d00a2c4972958d75434efb96142b10 (
plain
) (
blame
)
1
2
3
4
5
6
#include
<unistd.h>
#include
<stdlib.h>
void
exit
(
int
status
)
{
_exit
(
status
);
}