Next: Interface Example
Up: Program Units
Previous: Procedure Interfaces
An interface only contains:
- the SUBROUTINE or FUNCTION header,
- (if not included in the header) the FUNCTION type,
- declarations of the dummy arguments (including attributes),
- the END SUBROUTINE or END FUNCTION statement
Interfaces are only ever needed for EXTERNAL procedures and remove the
need for any other form of declaration of that procedure.
For more information, click here
Next: Interface Example
Up: Program Units
Previous: Procedure Interfaces
©University of Liverpool, 1997
Wed May 28 23:37:18 BST 1997Not for commercial use.