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

Diff for /src/include/string.h between version 1.22 and 1.23

version 1.22, 2011/07/03 18:51:01 version 1.23, 2012/01/17 02:48:01
Line 113 
Line 113 
 #endif  #endif
   
 #if __POSIX_VISIBLE >= 200809  #if __POSIX_VISIBLE >= 200809
   char    *stpcpy(char *, const char *);
   char    *stpncpy(char *, const char *, size_t);
 char    *strndup(const char *, size_t);  char    *strndup(const char *, size_t);
 size_t   strnlen(const char *, size_t);  size_t   strnlen(const char *, size_t);
 #endif  #endif

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23