pub fn sys_fork() -> isize
Expand description

Syscall Fork which returns 0 for child process and child_pid for parent process