getarg(3f) — RISC
NAME
getarg, iargc − return command line arguments
SYNTAX
subroutine getarg ( k, arg )
character*(*) arg function iargc ()
DESCRIPTION
The getarg function returns the kth command line argument in character string arg. The 0th argument is the command name.
The iargc function returns the index of the last command line argument.
FILES
/usr/lib/libU77.a
SEE ALSO
execve(2)
getenv(3f) in the FORTRAN Reference Pages