Intel® Fortran Compiler 16.0 User and Reference Guide
The following table lists miscellaneous run-time library routines.
Programs that use most of these routines should contain a USE IFCORE statement to obtain the proper interfaces to these routines.
|  
               Name  | 
 
             
               Procedure Type  | 
 
             
               Description  | 
 
          
|---|---|---|
|  
               Function  | 
 
             
               Forces the operating system to execute any pending write operations for a file.  | 
 
          |
|  
               Subroutine  | 
 
             
               Creates an array descriptor in memory.  | 
 
          |
|  
               Function  | 
 
             
               Returns the current settings of floating-point exception flags.  | 
 
          |
|  
               Function  | 
 
             
               Cleans up the Fortran run-time environment.  | 
 
          |
|  
               Function  | 
 
             
               Initializes the Fortran run-time environment.  | 
 
          |
|  
               Function  | 
 
             
               Sets the floating-point exception flags.  | 
 
          |
|  
               Function  | 
 
             
               Tells the Fortran Run-Time Library (RTL) to use a user-defined routine to dynamically allocate commons.  | 
 
          |
|  
               Function  | 
 
             
               Controls the type of reentrancy protection that the Fortran Run-Time Library (RTL) exhibits.  | 
 
          |
|  
               Subroutine  | 
 
             
               Returns a message for the last error detected by a Fortran run-time routine.  | 
 
          |
|  
               Function  | 
 
             
               Returns the next keystroke.  | 
 
          |
|  
               Function  | 
 
             
               Returns a pointer to C run-time exception information pointers appropriate for use in signal handlers established with SIGNALQQ or direct calls to the C rtl signal( ) routine.  | 
 
          |
|  
               Function  | 
 
             
               Reads a character string from the keyboard using buffered input.  | 
 
          |
|  
               Function  | 
 
             
               Checks the buffer to see if a keystroke is waiting.  | 
 
          |
|  
               Subroutine  | 
 
             
               Sends a message to the standard error stream, preceded by a specified string, for the last detected error.  | 
 
          |
|  
               Subroutine  | 
 
             
               Provides traceback information.  | 
 
          |