[comp.unix.programmer] getting filename from file descriptor

pefv700@perv.pe.utexas.edu (06/30/91)

The FORTRAN statement

	INQUIRE(UNIT, name = STRING)

sets STRING to the name of the file that the FORTRAN logical unit UNIT
refers to.

How can this be implemented under UNIX?

Thanks,

Chris