The PLplot Plotting Library: Programmer's Reference Manual | ||
---|---|---|
Prev | Chapter 21. The Specialized Fortran 95 API for PLplot | Next |
plparseopts
: parse arguments for Fortran 95
When called from Fortran 95, this routine has the same effect as
when invoked from C (see plparseopts
) except that the argument list
just contains the parsing mode and the Fortran 95 system routines
iargc
and getarg
are used internally to obtain the number of arguments and
argument values. (Note, during configuration, the user's
Fortran 95 compiler
is checked to see whether it supports
iargc
and getarg
. If it
does not, the Fortran 95 plparseopts simply writes a warning message
and returns.
|