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

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

version 1.15, 2011/04/28 17:38:46 version 1.16, 2011/05/28 15:16:46
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
   int wcscasecmp(const wchar_t *, const wchar_t *);
   int wcsncasecmp(const wchar_t *, const wchar_t *, size_t);
   #endif
   
 #if __ISO_C_VISIBLE >= 1999  #if __ISO_C_VISIBLE >= 1999
 float   wcstof(const wchar_t * __restrict, wchar_t ** __restrict);  float   wcstof(const wchar_t * __restrict, wchar_t ** __restrict);
 long double wcstold(const wchar_t * __restrict, wchar_t ** __restrict);  long double wcstold(const wchar_t * __restrict, wchar_t ** __restrict);

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16