Intel® Fortran Compiler 18.0 Developer Guide and Reference

PXFFGETC

POSIX Subroutine: Reads a character from a file.

Module

USE IFPOSIX

CALL PXFFGETC (lunit,char,ierror)

lunit

(Input) INTEGER(4). A Fortran logical unit.

char

(Input) Character. The character to be read.

ierror

(Output) INTEGER(4). The error status.

If successful, ierror is set to zero; otherwise, an error code.

The PXFFGETC subroutine reads a character from a file connected to unit lunit.

See Also