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.

Descriptions of the Library Routines 2structname(Input) Character. The name of the structure.jhandle1(Input) INTEGER(4) on IA-32 processors; INTEGER(8) on Intel Itanium processors. A handle tothe structure to be copied.jhandle2(Input) INTEGER(4) on IA-32 processors; INTEGER(8) on Intel Itanium processors. A handle tothe structure that will receive the copy.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 LIBExampleSee the example in “PXFSTRUCTCREATE”.PXFSTRUCTCREATEPOSIX Subroutine: Creates an instance of the specified structure.Module: USE IFPOSIXSyntaxCALL PXFSTRUCTCREATE (structname, jhandle, ierror)structname(Input) Character. The name of the structure.As for any character string, the name must be specified in single or double quotes; for example,the structure sigaction would be specified as 'sigaction'. (For more information on availablestructures, see the table below.)jhandle(Output) INTEGER(4) on IA-32 processors; INTEGER(8) on Intel Itanium processors. Thehandle of the newly-created structure.ierror(Output) INTEGER(4). The error status.If successful, ierror is set to zero; otherwise, an error code.2-337

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

Saved successfully!

Ooh no, something went wrong!