Description: Create two child processes, the parent process read two numbers from the screen, then passed to child processes through pipes, child processes calculate the sum and the product, then transmit back to parent process.
To Search:
File list (Check if you may need any files):
coordinate_process_my\add_my
.....................\add_my.c
.....................\add_my.o
.....................\coordinate_process_my
.....................\coordinate_process_my.c
.....................\coordinate_process_my.o
.....................\Makefile
.....................\mul_my
.....................\mul_my.c
.....................\mul_my.o
coordinate_process_my