9 lines
74 B
C
9 lines
74 B
C
|
#include "f2c.h"
|
||
|
|
||
|
integer i_len(s, n)
|
||
|
char *s;
|
||
|
long int n;
|
||
|
{
|
||
|
return(n);
|
||
|
}
|