RMNLIB |
(FSTEOF) |
FSTD |
INTEGER FUNCTION FSTEOF( iun )
DESCRIPTION
Return the level of end of file for the sequential file.
Authors: M. Lepine - M. Valin - 2000
ARGUMENTS
Input: | |
iun | unit number associated to the sequential file |
Output: | |
FSTEOF | the level of EOF (end of file) |
EXAMPLE Click here for argument declarations (in Fortran) eof_level = fsteof( iun ) (in C) eof_level = c_fsteof( iun )