LGU.AT - associate a Fortran 66 I/O unit with a B I/O unit.

Usage:

B:
   lgu.at( b, fort );
C:
   #equate lgu_at lgu.at
   void lgu_at(FILE *stream, int fort);

Where:

b
is the number of an open B I/O unit.
fort
is the number of a valid Fortran I/O unit. This must be an integer between 1 and 43 (decimal).

Description:

LGU.AT will associate an I/O unit in a Fortran~66 program with the given B I/O unit. The B unit must be open. All input or output by Fortran routines to the I/O unit given by "fort" will use the B unit given by "b".

See Also:

expl b fortran

Copyright © 1996, Thinkage Ltd.