12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>(Output) INTEGER(4). The length of the string stored in s.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero, otherwise, an error code.PXFUCOMPAREPOSIX Subroutine: Compares two unsigned integers.Module: USE IFPOSIXSyntaxCALL PXFUCOMPARE (i1, i2, icmpr, idiff)i1, i2(Input) INTEGER(4). The two unsigned integers to compare.icmpr(Output) INTEGER(4). The result of the comparison; one of the following values:–1 If i1 < i20 If i1 = i21 If i1 > i2idiff(Output) INTEGER(4). The absolute value of the difference.The PXFUCOMPARE subroutine compares two unsigned integers and returns the absolute valueof their difference into idiff.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBPXFUMASKPOSIX Subroutine: Sets a new file creation mask and gets the previous one.Module: USE IFPOSIXSyntaxCALL PXFUMASK (icmask, iprevcmask, ierror)2-354

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

Saved successfully!

Ooh no, something went wrong!