Applications calling PIL services from Fortran 90 source code should utilize
USE PIL_F90_API
statement to include all PIL definitions. Alternatively they can
USE ISDC_F90_API
which internally includes PIL_F90_API module.
PIL_F90_API compiled module contains prototypes of all Fortran 90 API functions, definitions of constants, declarations of global variables and definitions of data structures.