9 lines
96 B
C
Raw Normal View History

1999-09-18 10:51:31 +00:00
#include "f2c.h"
2003-07-11 03:42:19 +00:00
ftnint
G77_iargc_0 (void)
1999-09-18 10:51:31 +00:00
{
2003-07-11 03:42:19 +00:00
extern int f__xargc;
return (f__xargc - 1);
1999-09-18 10:51:31 +00:00
}