12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.The PXFCALLSUBHANDLE subroutine, when given a subroutine handle, calls the associatedsubroutine.PXFGETSUBHANDLE should be used to obtain a subroutine handle.NOTE. The subroutine cannot be a function, an intrinsic, or an entry point,and must be defined with exactly one integer argument.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBSee Also: “PXFGETSUBHANDLE”PXFCFGETISPEEDPOSIX Subroutine: Returns the input baud rate from a termios structure. This subroutine isonly available on Linux* systems.Module: USE IFPOSIXSyntaxCALL PXFCFGETISPEED (jtermios, iospeed, ierror)jtermios(Input) INTEGER(4) on IA-32 processors; INTEGER(8) on Intel Itanium processors. A handle ofstructure termios.iospeed(Output) INTEGER(4). The returned value of the input baud rate from the structure associatedwith handle jtermios.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.2-268

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!