Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-8A71D0C8-F993-4CE6-A952-C93C5F727557
Visible to Intel only — GUID: GUID-8A71D0C8-F993-4CE6-A952-C93C5F727557
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.