4.2BSD/usr/src/usr.lib/libF77/i_len.c

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

/*
 *	"@(#)i_len.c	1.1"
 */

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