1GETARG(3F) GETARG(3F)
23
4
NAME
6getarg, iargc - return command line arguments
7
SYNOPSIS
9subroutine getarg (k, arg)
10character*(*) arg
1112
function iargc ()
13
DESCRIPTION
15A call to getarg will return the kth command line argument in character
16string arg. The 0th argument is the command name.
1718
Iargc returns the index of the last command line argument.
19
FILES
21/usr/lib/libU77.a
22
SEE ALSO
24getenv(3F), execve(2)
2526
27
28
4th Berkeley Distribution May 15, 1985 GETARG(3F)