1998-01-31 20:37:08 -05:00
|
|
|
#include "f2c.h"
|
|
|
|
|
2002-06-01 08:38:32 -04:00
|
|
|
integer
|
2002-06-05 15:07:11 -04:00
|
|
|
i_len (char *s __attribute__ ((__unused__)), ftnlen n)
|
1998-01-31 20:37:08 -05:00
|
|
|
{
|
2002-06-01 08:38:32 -04:00
|
|
|
return (n);
|
1998-01-31 20:37:08 -05:00
|
|
|
}
|