home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / sharew / f_2_c / libf77 / i_len.c < prev    next >
Encoding:
C/C++ Source or Header  |  1991-06-10  |  82 b   |  9 lines

  1. #include "f2c.h"
  2.  
  3. integer i_len(s, n)
  4. char *s;
  5. long int n;
  6. {
  7. return(n);
  8. }
  9.