RMNLIB

(FSTWEO)

FSTD



INTEGER FUNCTION FSTWEO( iun, level )
DESCRIPTION

Writes a logical end of file on a sequential file with a given level


Authors: M. Lepine - M. Valin - 2000
ARGUMENTS

Input:
iun unit number associated to the sequential file
level level of logical end of file (between a value of 1 to 14)
Output:
FSTWEO 0 if no error, else error code


EXAMPLE (in Fortran) integer iun,ier,level level = 8 ier = fstweo( iun, level ) (in C) int iun,ier,level; ier = c_fstweo( iun, 8 );


Return to product index