iargc(3F) iargc(3F)
NAME
iargc
SYNOPSIS
integer i
i = iargc()
DESCRIPTION
The iargc function returns the number of command line
arguments passed to the program. Thus, if a program were
invoked via
foo arg1 arg2 arg3
iargc() would return ``3''.
SEE ALSO
getarg(3F).
Page 1 (last mod. 1/14/87)