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

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

version 1.18, 2011/07/03 18:51:01 version 1.19, 2011/07/04 04:37:34
Line 148 
Line 148 
                 int base);                  int base);
   
 #if __POSIX_VISIBLE >= 200809  #if __POSIX_VISIBLE >= 200809
   wchar_t *wcsdup(const wchar_t *);
 int wcscasecmp(const wchar_t *, const wchar_t *);  int wcscasecmp(const wchar_t *, const wchar_t *);
 int wcsncasecmp(const wchar_t *, const wchar_t *, size_t);  int wcsncasecmp(const wchar_t *, const wchar_t *, size_t);
 #endif  #endif

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