Intel® Fortran provides library modules containing the following routines:
Routines that help you write programs for graphics, QuickWin, and other applications (in modules IFQWIN, IFLOGM, and IFCORE):
QuickWin routines (W*32)
Graphics routines (W*32)
Dialog routines (W*32)
Routines systems that help you write programs using Component Object Model (COM) and Automation servers (in modules IFCOM and IFAUTO):
COM routines (W*32)
AUTO routines (W*32)
Portability routines that help you port your programs to or from other systems, or help you perform basic I/O to serial ports on Windows* systems (in module IFPORT).
National Language Support routines that help you write foreign language programs for international markets (in module IFNLS). These routines are only available on Windows* systems.
POSIX routines that help you write Fortran programs that comply with the POSIX* Standard (in module IFPOSIX).
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.
Copyright © 1996-2011, Intel Corporation. All rights reserved.