xref: /csrg-svn/usr.bin/f77/libF77/h_len.c (revision 22897)
110489Sdlw /*
2*22897Skre  * Copyright (c) 1980 Regents of the University of California.
3*22897Skre  * All rights reserved.  The Berkeley software License Agreement
4*22897Skre  * specifies the terms and conditions for redistribution.
5*22897Skre  *
6*22897Skre  *	@(#)h_len.c	5.1	06/07/85
710489Sdlw  */
810489Sdlw 
910489Sdlw short h_len(s, n)
1010489Sdlw char *s;
1110489Sdlw long int n;
1210489Sdlw {
1310489Sdlw return(n);
1410489Sdlw }
15