Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

getarg(3)



  iargc(3)                            CLIX                            iargc(3)



  NAME

    iargc - Returns the number of FORTRAN command line arguments

  LIBRARY

    Math Library (libap_m.a)

  SYNOPSIS

    iargc( )

  DESCRIPTION

    The iargc( ) function returns the number of command line arguments passed
    to the program.

  EXAMPLES

    The following displays the number of command line arguments:

    INTEGER i

    i = IARGC()
    PRINT *, 'The number of command line arguments is',i
    END


  RETURN VALUES

    See DESCRIPTION.

  RELATED INFORMATION

    Functions:  getarg(3)



















  2/94 - Intergraph Corporation                                              1




Typewritten Software • bear@typewritten.org • Edmonds, WA 98026