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

Diff for /src/include/wchar.h between version 1.23 and 1.24

version 1.23, 2012/06/06 16:58:02 version 1.24, 2013/03/28 16:37:14
Line 155 
Line 155 
                 int base);                  int base);
   
 #if __POSIX_VISIBLE >= 200809  #if __POSIX_VISIBLE >= 200809
   FILE *open_wmemstream(wchar_t **, size_t *);
   
 wchar_t *wcsdup(const wchar_t *);  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);

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