V7M/src/libF77/h_len.c

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

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