- ...FOR003.DAT
- The standard C
language name is ``3.dat''. The metafiles produced by the FORTRAN
libraries and the C libraries are NOT compatible.
- ...chosen
- For the C language version,
two short ints preceed the first line which give the size (x,y) of the array.
In fortran, the record and file lengths are used to determine the array
size of the file.
- ...directory
- For the C language version the pointer is
CLONGLOC: and the corresponding link libraryies are:
CLONGLOC:CLONGLIB/LIB Standard library
CLONGLOC:CRLONGLIB/LIB REF Ramtek library
CLONGLOC:CXLONGLIB/OPT X Windows library
- ...values
- In C, all parameters are
passed by reference (address). FORTRAN CHRACTER data types are replaced
with C char. BYTE types are replaced with char.
- ...(B)
- For C, CHARACTER
variables are replaced with string's and BYTE variables with char's.
- ...revisions
-
In C, these common blocks are defined as structures which are internally
allocated and may be accessed using an extern definition. See source code
for definitions.
David Long
Wed Jun 12 10:34:11 MDT 1996