BSD 4_1_snap development
[unix-history] / usr / src / lib / libF77 / iargc_.c
long int iargc_()
{
extern int xargc;
return ( xargc - 1 );
}