call compiler-specific ISATTY() function or return .FALSE.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | lun |
function system_isatty(lun) use IFPORT integer,intent(in) :: lun logical :: system_isatty system_isatty=isatty(lun) end function system_isatty