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