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