12.07.2015 Views

PGI Fortran - Servidor WWW del Cluster Ladon-Hidra

PGI Fortran - Servidor WWW del Cluster Ladon-Hidra

PGI Fortran - Servidor WWW del Cluster Ladon-Hidra

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Synopsisinteger function fseek(lu, offset, from)integer luinteger offsetinteger fromDescriptionfseek repositions a file connected to logical unit lu. offset is an offset in bytes relative to theposition specified by from :0 beginning of the file1 current position2 end of the fileIf successful, the value returned by fseek will be zero; otherwise, it's a system error code.ftellDetermine file position.Synopsisinteger function ftell(lu)integer luDescriptionftell returns the current position of the file connected to the logical unit lu. The value returned is anoffset, in units of bytes, from the beginning of the file. If the value returned is negative, it is thenegation of the system error code.gerrorReturn system error message.Synopsischaracter*(*) function gerror()262 Chapter 7

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

Saved successfully!

Ooh no, something went wrong!