external FORTRAN class TEST_SATHER_CALLS
****
this tests Sather style calls to features with Sather arguments in the external Fortran classes


Flattened version is here



Public


Features
bar1(i:INT,fi:F_INTEGER,out res:INT)
bar2(f:FLT,ff:F_REAL,out res:FLT)
f_add1(i:F_INTEGER, j:F_INTEGER):F_INTEGER
f_add2(i:F_INTEGER, j:F_INTEGER, out res:F_INTEGER)
foo1(i:INT, fi:F_INTEGER):INT
foo2(f:FLT, ff:F_REAL):FLT

The Sather Home Page