1) UCB code to scroll portion of screen with al/dl works only for fullscreen
[unix-history] / lib / libF77 / h_len.c
CommitLineData
547779a8
WH
1#include "f2c.h"
2
3#ifdef KR_headers
4shortint h_len(s, n) char *s; ftnlen n;
5#else
6shortint h_len(char *s, ftnlen n)
7#endif
8{
9return(n);
10}