4.1cBSD/usr/src/usr.lib/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);
}