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-C66B3458-6A63-4259-B649-4B3283080A83
Visible to Intel only — GUID: GUID-C66B3458-6A63-4259-B649-4B3283080A83
IPXFCONST
POSIX Function: Returns the value associated with a constant defined in the C POSIX standard.
Module
USE IFPOSIX
result = IPXFCONST (constname)
constname |
(Input) Character. The name of a C POSIX standard constant. |
Results
The result type is INTEGER(4). If constname corresponds to a defined constant in the C POSIX standard, the result value is the integer that is associated with the constant. Otherwise, the result value is -1.