Description: The preparation of a program, use the system call fork () to create three sub-processes, the various sub-processes re-use system call getpid () and getppid () Get the current process and the process ID parent process and output.
To Search:
File list (Check if you may need any files):
fork.c
fork1.c
fork2.c