Loading...
Searching...
No Matches
read_unit Interface Reference

Definition

Abstract interface for the main preprocessing routine (used for recursion) Allows handle_include to recursively call the top-level preprocess_unit routine without creating circular module dependencies.

Remarks

Definition at line 88 of file include.f90.


The documentation for this interface was generated from the following file:

Constructor & Destructor Documentation

◆ read_unit()

subroutine read_unit ( integer, intent(in) iunit,
integer, intent(in) ounit,
type(macro), dimension(:), intent(inout), allocatable macros,
logical, intent(in) from_include )

Definition at line 88 of file include.f90.