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

Diff for /src/include/wchar.h between version 1.25 and 1.26

version 1.25, 2014/05/03 16:19:53 version 1.26, 2014/07/12 02:48:33
Line 183 
Line 183 
 #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);
   
   struct tm;
 size_t wcsftime(wchar_t * __restrict, size_t, const wchar_t *__restrict,  size_t wcsftime(wchar_t * __restrict, size_t, const wchar_t *__restrict,
         const struct tm *__restrict);          const struct tm *__restrict);
 #endif  #endif

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26