h_len X
1: /* 2: * "@(#)h_len.c 1.1" 3: */ 4: 5: short h_len(s, n) 6: char *s; 7: long int n; 8: { 9: return(n); 10: }