DEBSOURCES
Skip Quicknav
sources / scilab / 4.1.2-6 / routines / f2c / libf2c / i_len.c
12345678910
#include "f2c.h" #ifdef KR_headers integer i_len(s, n) char *s; ftnlen n; #else integer i_len(char *s, ftnlen n) #endif { return(n); }