IARGC(3F-SysV) RISC/os Reference Manual IARGC(3F-SysV)
NAME
iargc - return the number of command line arguments
SYNOPSIS
integer i
i = iargc( )
DESCRIPTION
The iargc function returns the number of command line argu-
ments passed to the program. Thus, if a program were
invoked via
foo arg1 arg2 arg3
iargc( ) would return 3.
Printed 1/15/91 Page 1