RMNLIB |
(FSTEFF) |
FSTD |
INTEGER FUNCTION FSTEFF( key )
DESCRIPTION
Deletes the record associated to handle.
Authors: M. Lepine - M. Valin - 2000
ARGUMENTS
Input: | |
key | handle to the record to be deleted |
Output: | |
FSTEFF | 0 if no error, else error code |
EXAMPLE Click here for argument declarations (in Fortran) key = fstinf(...) ier = fsteff( key ) (in C) key = c_fstinf(...) ier = c_fsteff( key )