8.11.2. Object Libraries and Run-Time Support

The Built-In Functions section describes additional built-in functions that are predefined by the compiler. If your program uses any of these functions, you must link the appropriate run-time-support library with your object files. See also Library Naming Conventions.

You can also create your own object libraries and link them. The linker includes and links only those library members that resolve undefined references.