RMNLIB

(FSTNBR)

FSTD



INTEGER FUNCTION FSTNBR( iun )
DESCRIPTION

Returns the number of records found in the file associated with unit number "iun"


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

Input:
iun unit number associated to the file
Output:
FSTNBR number of records found in the file associated with the given unit number


EXAMPLE Click here for argument declarations (in Fortran) ier = fstnbr( iun ) (in C) ier = c_fstnbr( iun )


Return to product index