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-375C92CD-3D85-4691-B60E-613E75FA8F76
Visible to Intel only — GUID: GUID-375C92CD-3D85-4691-B60E-613E75FA8F76
PXFPUTC
POSIX Subroutine: Outputs a character to logical unit 6 (stdout).
Module
USE IFPOSIX
CALL PXFPUTC (ch,ierror)
ch |
(Input) Character. The character to be written. |
ierror |
(Output) INTEGER(4). The error status. |
If successful, ierror is set to zero; otherwise, an error code. A possible error code is EEND if the end of the file has been reached.