/* * "@(#)h_len.c 1.1" */ short h_len(s, n) char *s; long int n; { return(n); }