Home Segments Index Top Previous Next

32: Mainline

On Unix systems, one representative way to initiate compilation and linking is as follows, assuming that your program is in a file named average.c:

cc -o average average.c 

Such an instruction to the operating system has several parts: