8 lines
79 B
C
8 lines
79 B
C
|
#include "f2c.h"
|
||
|
|
||
|
integer iargc_()
|
||
|
{
|
||
|
extern int xargc;
|
||
|
return ( xargc - 1 );
|
||
|
}
|