RMNLIB |
(FSTUNL) |
FSTD |
INTEGER FUNCTION FSTUNL( liste, nliste )
DESCRIPTION
Unlinks a list of files previously linked by fstlnk.
Authors: M. Lepine - M. Valin - 2000
ARGUMENTS
Input: | |
liste | list of handles pointing to files already linked as one |
nliste | number of handles (files) in "liste" that are linked |
Output: | |
FSTUNL | 0 if no error, else error code |
EXAMPLE (in Fortran) integer ier,liste( ), nliste ier = fstunl( liste, nliste ) (in C) int ier, liste[ ], nliste; ier = c_fstunl( liste, nliste );
SEE ALSO
fstlnk