V7/usr/src/libF77/h_len.c

Find at most related files.
including files from this version of Unix.

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