freebsd-dev/contrib/libf2c/libF77/i_len.c
2003-07-11 03:42:19 +00:00

8 lines
99 B
C

#include "f2c.h"
integer
i_len (char *s __attribute__ ((__unused__)), ftnlen n)
{
return (n);
}