06.03.2014 Views

Intel Fortran Language Reference - NCI National Facility

Intel Fortran Language Reference - NCI National Facility

Intel Fortran Language Reference - NCI National Facility

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.

E <strong>Intel</strong> <strong>Fortran</strong> <strong>Language</strong> <strong>Reference</strong><br />

Table E-2<br />

Name<br />

Summary of NLS Routines (W*32, W*64)<br />

Description<br />

MBCS <strong>Fortran</strong> Equivalents:<br />

MBINCHARQQ<br />

MBINDEX<br />

MBLGE, MBLGT, MBLLE, MBLLT,<br />

MBLEQ, MBLNE<br />

MBSCAN<br />

MBVERIFY<br />

Same as INCHARQQ except that it can read a single multibyte<br />

character at once and returns the number of bytes read.<br />

Same as INDEX except that multibyte characters can be included in<br />

its arguments.<br />

Same as LGE, LGT, LLE, LLT, and the operators .EQ. and .NE.<br />

except that multibyte characters can be included in their arguments.<br />

Same as SCAN except that multibyte characters can be included in<br />

its arguments.<br />

Same as VERIFY except that multibyte characters can be included<br />

in its arguments.<br />

For more information on these routines, see your Libraries <strong>Reference</strong> or the <strong>Intel</strong>® Visual <strong>Fortran</strong><br />

online <strong>Reference</strong>.<br />

POSIX* Routines<br />

<strong>Intel</strong> <strong>Fortran</strong> provides routines that implement the IEEE POSIX FORTRAN-77 language<br />

bindings.To use a POSIX routine, add the following statement to the program unit containing the<br />

routine:<br />

USE IFPOSIX<br />

Table E-3 summarizes the <strong>Intel</strong> <strong>Fortran</strong> POSIX library routines.<br />

Table E-3<br />

Summary of POSIX Routines<br />

Name<br />

IPXFARGC<br />

IPXFCONST<br />

IPXFLENTRIM<br />

IPXFWEXITSTATUS 1<br />

IPXFWSTOPSIG 1<br />

IPXFWTERMSIG 1<br />

PXFGET<br />

PXFSET<br />

Description<br />

Returns the index of the last command-line argument.<br />

Returns the value associated with a constant defined in the C POSIX<br />

standard.<br />

Returns the index of the last non-blank character in an input string.<br />

Returns the exit code of a child process.<br />

Returns the number of the signal that caused a child process to stop.<br />

Returns the number of the signal that caused a child process to terminate.<br />

Gets the value stored in a component (or field) of a structure.<br />

Sets the value of a component (or field) of a structure.<br />

E-10

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

Saved successfully!

Ooh no, something went wrong!