[BACK]Return to string.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/string.h between version 1.18 and 1.19

version 1.18, 2007/09/03 14:36:40 version 1.19, 2010/05/18 22:24:55
Line 110 
Line 110 
             __attribute__ ((__bounded__(__string__,2,3)));              __attribute__ ((__bounded__(__string__,2,3)));
 #endif  #endif
   
   #if __POSIX_VISIBLE >= 200809
   char    *strndup(const char *, size_t);
   size_t   strnlen(const char *, size_t);
   #endif
   
 #if __BSD_VISIBLE  #if __BSD_VISIBLE
 char    *strcasestr(const char *, const char *);  char    *strcasestr(const char *, const char *);
 size_t   strlcat(char *, const char *, size_t)  size_t   strlcat(char *, const char *, size_t)

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19