V7M/src/libF77/i_len.c

Compare this file to the similar file:
Show the results in this format:

long int i_len(s, n)
char *s;
long int n;
{
return(n);
}