8

The commands to compile and execute UniVec.f and UniVecmain.p

hostname% f77 -c UniVec.f

UniVec.f:

univec:

hostname% pc UniVec.o UniVecmain.p -lpfc -lF77 hostname% a.out

24

Conformant Arrays

Pascal-conformant array parameters are not compatible if Pascal calls

FORTRAN.

The FORTRAN–Pascal Interface

193