next up previous contents
Next: Fortran 90 API functions Up: PIL F90 Language API Previous: Introduction   Contents


PIL Fortran 90 module files

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.



Bryan Irby 2004-10-05