Variant records – HP SunSoft Pascal 4.0 User Manual

Page 219

Advertising
background image

The FORTRAN–Pascal Interface

195

8

Variant Records

You can construct FORTRAN equivalents of variant records. There is some
variation with architecture, and sometimes you need to adjust the alignment.

The commands to compile and
execute

StruChr.f

and

StruChrmain.p

hostname% f77 -c StruChr.f

StruChr.f:

struchr:

hostname% pc StruChr.o StruChrmain.p -lpfc -lF77

hostname% a.out

v.chrstr = "oyvay"

v.nbytes = 5

Advertising