Remove obsoleted COM_BIDIR, FIFO_TRIGGER_* and "comcontrol bidir"
[unix-history] / lib / libF77 / i_len.c
CommitLineData
547779a8
WH
1#include "f2c.h"
2
3#ifdef KR_headers
4integer i_len(s, n) char *s; ftnlen n;
5#else
6integer i_len(char *s, ftnlen n)
7#endif
8{
9return(n);
10}