Long description

Back

The flowchart has five circles with forwarding arrows. The five circles are labeled defs.h, mac.h, main.c, help.c, and other.c. All forwarding arrows point to a rectangular block labeled C Processor. An arrow from the rectangle points to a rectangular block labeled C Compiler. There are three arrows pointing to further three circles labeled main.o, help.o, and other.o. From help.o, there is a forward arrow that points to a rectangle-shaped block labeled linker. From the linker, a forward arrow points to a circle labeled a.out and categorized as Executable Binary Program. From the linker, there are two backward arrows points to main.o and other.o. There is a circle labeled libc.a and a forward arrow points to the linker.

Back