gcc/libf2c/libF77/i_len.c

7 lines
66 B
C
Raw Normal View History

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