Intel® Fortran Compiler XE 13.1 User and Reference Guides

Module Routines Overview

Intel® Fortran provides library modules containing the following routines:

When you include the statement USE module-name in your program, these library routines are automatically linked to your program if called.

You can restrict what is accessed from a USE module by adding ONLY clauses to the USE statement.

See Also


Submit feedback on this help topic