RMNLIB |
(FSTRWD) |
FSTD |
INTEGER FUNCTION FSTRWD( iun )
DESCRIPTION
Rewind a standard sequential file.
Authors: M. Lepine - M. Valin - 2000
ARGUMENTS
Input: | |
iun | unit number associated to the file |
Output: | |
FSTRWD | 0 if no error, else error code |
EXAMPLE Click here for argument declarations (in Fortran) ier = fstrwd( iun ) (in C) ier = c_fstrwd( iun )