5.4 Runtime Files
In addition to the C/C++ and assembly source files specified on the command line, there are also compiler-generated source files and pre-compiled library files which might be compiled into the project by the driver. These files contain:
- C/C++ Standard library routines
 - Implicitly called arithmetic routines
 - User-defined library routines
 - The runtime start-up code
 
