RMNLIB |
(FSTAPP) |
FSTD |
INTEGER FUNCTION FSTAPP( iun, option )
DESCRIPTION
Position at the end of a sequential file for an append.
Authors: M. Lepine - M. Valin - 2000
ARGUMENTS
Input: | |
iun | unit number associated to the sequential file |
option | kept for backward compatibility, use dummy character |
Output: | |
FSTAPP | 0 if no error, else error code |
EXAMPLE (in Fortran)