index
:
sctrace
master
A simple syscall tracer
Mattias Andrée <m@maandree.se>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
fork.c
blob: 40eed7d0fb7404c9f341a1cace3c53761c65b7f5 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
#include <unistd.h> int main(void) { fork(); return 0; }