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.

Descriptions of the Library Routines 2LONGLSTATCompatibilitySTANDARD GRAPHICS QUICKWIN GRAPHICS LIBSee Also: “SAVEIMAGE, SAVEIMAGE_W”Portability Function: Converts an INTEGER(2) argument to INTEGER(4) type.Module: USE IFPORTSyntaxresult = LONG (int2)int2(Input) INTEGER(2). Value to be converted.Results:The result type is INTEGER(4). The result is the value of int2 with type INTEGER(4). The upper16 bits of the result are zeros and the lower 16 are equal to int2.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBSee Also: the INT and KIND intrinsic functions in the Language <strong>Reference</strong>Portability Function: Returns detailed information about a file.Module: USE IFPORTSyntaxresult = LSTAT (name, statb)name(Input) Character*(*). Name of the file to examine.statb(Output) INTEGER(4) or INTEGER(8). One-dimensional array of size 12; where the systeminformation is stored. See “STAT” for the possible values returned in statb.Results:The result type is INTEGER(4). The result is zero if successful; otherwise, an error code (see“IERRNO”).2-197

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

Saved successfully!

Ooh no, something went wrong!