blob: 2f29da0eaa6c13a9a0434b6f0df645ff0c82a156 (
plain) (
tree)
|
|
#include "f2c.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef KR_headers
ftnint iargc_()
#else
ftnint iargc_(void)
#endif
{
extern int xargc;
return ( xargc - 1 );
}
#ifdef __cplusplus
}
#endif
|