Go to the first, previous, next, last section, table of contents.
IsaTty(Unit)
IsaTty: LOGICAL(KIND=1) function.
Unit: INTEGER; scalar; INTENT(IN).
Intrinsic groups: unix.
Description:
Returns .TRUE. if and only if the Fortran I/O unit
specified by Unit is connected
to a terminal device.
See isatty(3).
Go to the first, previous, next, last section, table of contents.