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