Visible to Intel only — GUID: GUID-E8E0723A-5D9E-4B1C-A01C-6766996DAF45
Visible to Intel only — GUID: GUID-E8E0723A-5D9E-4B1C-A01C-6766996DAF45
PXFCONST
POSIX Subroutine: Returns the value associated with a constant.
Module
USE IFPOSIX
CALL PXFCONST (constname,ival,ierror)
constname |
(Input) Character. The name of one of the following constants:
The constants beginning with E signify various error values for the system variable errno. |
ival |
(Output) INTEGER(4). The returned value of the constant. |
ierror |
(Output) INTEGER(4). The error status. |
If successful, ierror is set to zero; otherwise, it is set to -1.
For more information on these constants, see your Microsoft* Visual C++ documentation (Windows* systems) or the errno.h file (Linux* and macOS systems).