RMNLIB

(FSTLNK)

FSTD



INTEGER FUNCTION FSTLNK( liste, nliste )
DESCRIPTION

Links a list of files together for search purpose.


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

Input:
liste list of handles pointing to files to be linked as one
nliste number of handles (files) in "liste" to be linked
Output:
FSTLNK 0 if no error, else error code


EXAMPLE (in Fortran) integer ier,liste( ), nliste ier = fstlnk( liste, nliste ) (in C) int ier, liste[ ], nliste; ier = c_fstlnk( liste, nliste );

SEE ALSO

fstunl



Return to product index