External.module



-- Copyright (C) International Computer Science Institute, 1995.  COPYRIGHT  --
-- NOTICE: This code is provided "AS IS" WITHOUT ANY WARRANTY and is subject --
-- to the terms of the SATHER LIBRARY GENERAL PUBLIC LICENSE contained in    --
-- the file "Doc/License" of the Sather distribution.  The license is also   --
-- available from ICSI, 1947 Center St., Suite 600, Berkeley CA 94704, USA.  --
--------> Please email comments to "sather-bugs@icsi.berkeley.edu". <----------

(* EXTERNAL INTERFACE TO OTHER LANGUAGES CLASSES

External classes are used to interface with code from other languages
(see the 1.1 Sather spec). In particular, 1.1 spec defines external
interface to C and FORTRAN.

FORTRAN scalar types F_INTEGER and F_REAL are built in. FORTRAN array
types F_INTEGER_ARR and F_REAL_ARR are currently not built in (may
change).

A complete description of the external Sather types can be found
in the language specification, which is in the Doc directory of
the Sather installation.

*)
	
	fortran.sa -has fortran.sa F_INTEGER F_REAL F_INTEGER_ARR F_REAL_ARR