The CodeWarrior IDE delivers most of the ANSI library object files in the form of an object library (see below).
Several Library files are bundled with the Compiler. Different memory models or floating point formats require different library files.
The library files contain all necessary runtime functions used by the compiler and the ANSI Standard Library as well. The list files ( *.lst extension) contain a summary of all objects in the library file.
To link against a modified file which also exists in the library, specify the file first in the link order.
Check the readme.txt located in the library structure ( lib\<target>c\README.TXT) for a list of all delivered library files and the related memory models or options used.