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 PXFLOCALTIME subroutine converts the time (in seconds since epoch) in the isecndsargument to the local date and time as described by the array iatime above.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBPXFLSEEKPOSIX Subroutine: Positions a file a specified distance in bytes.Module: USE IFPOSIXSyntaxCALL PXFLSEEK (ifildes, ioffset, iwhence, iposition, ierror)ifildes(Input) INTEGER(4). A file descriptor.ioffset(Input) INTEGER(4) on IA-32 processors; INTEGER(8) on Intel Itanium processors. The numberof bytes to move.iwhence(Input) INTEGER(4). The starting position. The value must be one of the following:• SEEK_SET = 0Sets the offset to ioffset bytes.• SEEK_CUR = 1Sets the offset to its current location plus ioffset bytes.• SEEK_END = 2Sets the offset to the size of the file plus ioffset bytes.iposition(Output) INTEGER(4) on IA-32 processors; INTEGER(8) on Intel Itanium processors. Theending position; the resulting offset location as measured in bytes from the beginning of the file.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.2-312

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

Saved successfully!

Ooh no, something went wrong!