1: /* Fortran iargc or get number of args in command line PLWard 3/20/80 */
   2: int numarg_()
   3: {
   4: extern int xargc;
   5: return ( xargc - 1 );
   6: }

Defined functions

numarg_ defined in line 2; never used
Last modified: 1981-07-10
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 258
Valid CSS Valid XHTML 1.0 Strict