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

Diff for /src/include/wchar.h between version 1.16 and 1.17

version 1.16, 2011/05/28 15:16:46 version 1.17, 2011/06/01 16:39:07
Line 145 
Line 145 
 unsigned long int wcstoul(const wchar_t * __restrict, wchar_t ** __restrict,  unsigned long int wcstoul(const wchar_t * __restrict, wchar_t ** __restrict,
                 int base);                  int base);
   
 #if __POSIX_C_SOURCE >= 200809L  #if __POSIX_VISIBLE >= 200809
 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.16  
changed lines
  Added in v.1.17