mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
12 lines
147 B
C
12 lines
147 B
C
#include "f2c.h"
|
|
|
|
#ifdef KR_headers
|
|
ftnint G77_iargc_0 ()
|
|
#else
|
|
ftnint G77_iargc_0 (void)
|
|
#endif
|
|
{
|
|
extern int f__xargc;
|
|
return ( f__xargc - 1 );
|
|
}
|