IPXFARGC(3F) Last changed: 1-6-98
IPXFARGC - Returns the number of command-line arguments excluding the
command name
INTEGER FUNCTION IPXFARGC()
UNICOS, UNICOS/mk, and IRIX systems
On IRIX systems, this routine is in libfortran.so which is linked by
default when you compile programs with the MIPSpro 7 Fortran 90
compiler or when compiling programs with the -craylibs option to the
MIPSpro 7.2 F77 compiler.
The IPXFARGC function returns the number of command-line arguments in
the command used to invoke the executing program. The command name is
not included in the number returned. A return value of 0 indicates
that there are no command-line arguments other than the command name
itself.
Application Programmer's Library Reference Manual, publication SR2165,
for the printed version of this man page.
IPXFARGC(3F) Last changed: 1-6-98
IPXFARGC - Returns the number of command-line arguments excluding the
command name
INTEGER FUNCTION IPXFARGC()
UNICOS, UNICOS/mk, and IRIX systems
On IRIX systems, this routine is in libfortran.so which is linked by
default when you compile programs with the MIPSpro 7 Fortran 90
compiler or when compiling programs with the -craylibs option to the
MIPSpro 7.2 F77 compiler.
The IPXFARGC function returns the number of command-line arguments in
the command used to invoke the executing program. The command name is
not included in the number returned. A return value of 0 indicates
that there are no command-line arguments other than the command name
itself.
Application Programmer's Library Reference Manual, publication SR2165,
for the printed version of this man page.
[ Back ]
|