RMNLIB |
(FSTVOI) |
FSTD |
INTEGER FUNCTION FSTVOI( iun, options )
DESCRIPTION
Prints out the directory content (like utility VOIR) of a RPN standard file.
Authors: M. Lepine - M. Valin - 2000
ARGUMENTS
Input: | |
iun | unit number associated to the file |
options | "NEWSTYLE" - newstyle format, old style by default "SHORT" - short format, long format by default (includes ig1,ig2,ig3,ig4) (if using a variable as an argument, declare as a character string) |
Output: | |
FSTVOI | 0 if no error, else error code |
EXAMPLE Click here for argument declarations (in Fortran) ier = fstvoi( iun, 'NEWSTYLE+SHORT' ) (in C) ier = c_fstvoi( iun, "SHORT" );