Bell 32V development
[unix-history] / usr / src / libF77 / i_len.c
long int i_len(s, n)
char *s;
long int n;
{
return(n);
}