Bell 32V development
[unix-history] / usr / src / libF77 / iargc_.c
long int iargc_()
{
extern int xargc;
return ( xargc - 1 );
}