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