1: _clenf (s) /* counts length of string */
   2: char *s;
   3: {
   4: int n;
   5: for (n=0; *s++ != '\0'; n++);
   6: return (n);}

Defined functions

_clenf defined in line 1; used 1 times
Last modified: 1975-05-14
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 538
Valid CSS Valid XHTML 1.0 Strict