#include "f2c.h"Include dependency graph for iargc_.c:

Go to the source code of this file.
Functions | |
| ftnint | iargc_ (void) |
| ftnint iargc_ | ( | void | ) |
Definition at line 9 of file iargc_.c.
References xargc.
Referenced by sciiargc().
00011 { 00012 extern int xargc; 00013 return ( xargc - 1 ); 00014 }
Here is the caller graph for this function:

1.5.1