RMNLIB

(FSTCKP)

FSTD



INTEGER FUNCTION FSTCKP( iun )
DESCRIPTION

Put in checkpoint mode. Clear buffers, rewrite headers.


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

Input:
iun unit number associated to the file
Output:
FSTCKP 0 if no error, else error code


EXAMPLE Click here for argument declarations (in Fortran) ier = fstckp( iun ) (in C) ier = c_fstckp( iun )


Return to product index