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>Results:The result type is INTEGER(4). If constname corresponds to a defined constant in the C POSIXstandard, the result value is the integer that is associated with the constant. Otherwise, the resultvalue is –1.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBSee Also: “PXFGETARG”, “PXFCONST”IPXFLENTRIMPOSIX Function: Returns the index of the last non-blank character in an input string.Module: USE IFPOSIXSyntaxresult = IPXFLENTRIM (string)string(Input) Character. A character string.Results:The result type is INTEGER(4). The result value is the index of the last non-blank character in theinput argument string, or zero if all characters in string are blank characters.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBIPXFWEXITSTATUSPOSIX Function: Returns the exit code of a child process. This function is only available onLinux* systems.Module: USE IFPOSIXSyntaxresult = IPXFWEXITSTATUS (istat)istat(Input) INTEGER(4). The value of output argument istat from PXFWAIT or PXFWAITPID.Results:The result type is INTEGER(4). The result is the low-order eight bits of the output argument ofPXFWAIT or PXFWAITPID.2-182

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

Saved successfully!

Ooh no, something went wrong!