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>PXFFTELLPOSIX Subroutine: Returns the relative position in bytes from the beginning of the file.Module: USE IFPOSIXSyntaxCALL PXFFTELL (lunit, ioffset, ierror)lunit(Input) INTEGER(4). A <strong>Fortran</strong> logical unit.ioffset(Output) INTEGER(4). The returned relative position 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.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBPXFGETARGPOSIX Subroutine: Gets the specified command-line argument.Module: USE IFPOSIXSyntaxCALL PXFGETARG (argnum, str, istr, ierror)argnum(Input) INTEGER(4). The number of the command-line argument.str(Output) Character. The returned string value.istr(Output) INTEGER(4). The length of the returned string; it is zero if an error occurs.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.2-294

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

Saved successfully!

Ooh no, something went wrong!