1 2 3 4 5
#include <sys/types.h> #include <sys/syscall.h> #include <errno.h> _syscall0(pid_t, vfork);