インテル® Fortran コンパイラー 14.0 ユーザー・リファレンス・ガイド
POSIX Function: Tests for a character file.
USE IFPOSIX
result = PXFISCHR (m)
m
(Input) INTEGER(4). The value of the st_modecomponent (field) in the structure stat.
The result type is logical. If the file is a character file, the result value is .TRUE.; otherwise, .FALSE..