Most of the object files of the ANSI library are delivered in the form of an object library.
Several Library files are bundled with the Compiler. The reasons for having different library files are due to different memory models or floating point formats.
The library files contain all necessary runtime functions used by the compiler and the ANSI Standard Library as well. The list files ( *.lst extension) contains a summary of all objects in the library file.
To link against a modified file which also exists in the library, it must be specified first in the link order.
Check out the readme.txt located in the library structure ( lib\<target>c\README.TXT) for a list of all delivered library files and memory model or options used.