Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/usr/klibc/strcspn.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 814 by niro, Sat Sep 1 22:45:15 2007 UTC revision 815 by niro, Fri Apr 24 18:32:46 2009 UTC
# Line 2  Line 2 
2   * strcspn   * strcspn
3   */   */
4    
5    #include <string.h>
6    
7  #include "strxspn.h"  #include "strxspn.h"
8    
9  size_t strcspn(const char *s, const char *reject)  size_t strcspn(const char *s, const char *reject)

Legend:
Removed from v.814  
changed lines
  Added in v.815