1GETARG(3F)                                                          GETARG(3F)
2
3
4

NAME

6       getarg, iargc - return command line arguments
7

SYNOPSIS

9       subroutine getarg (k, arg)
10       character*(*) arg
11
12       function iargc ()
13

DESCRIPTION

15       A call to getarg will return the kth command line argument in character
16       string arg.  The 0th argument is the command name.
17
18       Iargc returns the index of the last command line argument.
19

FILES

21       /usr/lib/libU77.a
22

SEE ALSO

24       getenv(3F), execve(2)
25
26
27
284th Berkeley Distribution        May 15, 1985                       GETARG(3F)
Impressum