date and time created 83/01/21 11:15:51 by dlw
[unix-history] / usr / src / usr.bin / f77 / libF77 / i_len.c
/*
* "@(#)i_len.c 1.1"
*/
long int i_len(s, n)
char *s;
long int n;
{
return(n);
}