home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / sharew / f_2_c / libf77 / iargc_.c < prev    next >
Encoding:
C/C++ Source or Header  |  1991-06-10  |  86 b   |  8 lines

  1. #include "f2c.h"
  2.  
  3. integer iargc_()
  4. {
  5. extern int xargc;
  6. return ( xargc - 1 );
  7. }
  8.