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

Diff for /src/include/wchar.h between version 1.10 and 1.11

version 1.10, 2009/01/13 18:18:31 version 1.11, 2010/07/24 09:58:39
Line 138 
Line 138 
 size_t  wcslcpy(wchar_t *, const wchar_t *, size_t);  size_t  wcslcpy(wchar_t *, const wchar_t *, size_t);
 int     wcswidth(const wchar_t *, size_t);  int     wcswidth(const wchar_t *, size_t);
 int     wctob(wint_t);  int     wctob(wint_t);
 int     wcscoll(const wchar_t *, const wchar_t *);  
 int     wcwidth(wchar_t);  int     wcwidth(wchar_t);
   
 double wcstod(const wchar_t * __restrict, wchar_t ** __restrict);  double wcstod(const wchar_t * __restrict, wchar_t ** __restrict);

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11