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