cvs commit: src/lib/libc/string strspn.c

Joerg Sonnenberger joerg at crater.dragonflybsd.org
Thu Mar 31 05:17:51 PST 2005


joerg       2005/03/31 05:17:22 PST

DragonFly src repository

  Modified files:
    lib/libc/string      strspn.c 
  Log:
  Make it O(strlen(s) + strlen(charset)) like strcspn.
  
  Submitted-by: Andreas Hauser <andy-dragonfly at xxxxxxxxxxxxxxx>
  
  Revision  Changes    Path
  1.4       +49 -42    src/lib/libc/string/strspn.c


http://www.dragonflybsd.org/cvsweb/src/lib/libc/string/strspn.c.diff?r1=1.3&r2=1.4&f=u





More information about the Commits mailing list