RMNLIB

(FSTOUV)

FSTD



INTEGER FUNCTION FSTOUV( iun )
DESCRIPTION

Open a RPN standard file.


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

Input:
iun unit number associated to the file
options random or sequential access (character string)
Output:
FSTOUV number of records found in the file associated with the given unit number


EXAMPLE Click here for argument declarations (in Fortran) ier = fstouv( iun, 'RND') (in C) ier = c_fstouv( iun, ' ') /* for standard sequential access */


Return to product index