Next: Using Libraries Up: The C Compilation Model Previous: Assembler

Link Editor

If a source file references library functions or functions defined in other source files the link editor combines these functions (with main()) to create an executable file. External Variable references resolved here also. More on this later (Chapter ).


Dave.Marshall@cm.cf.ac.uk
Wed Sep 14 10:06:31 BST 1994