Skip to content
- There are multiple source files holding some functions
- Create multiple child processes to compile each source file (execl/execlp)
- On successful completion, launch another child process for linking
- On successful linking, launch another child process for executing