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

Diff for /src/include/wchar.h between version 1.28 and 1.29

version 1.28, 2015/02/09 23:02:25 version 1.29, 2015/04/04 18:05:05
Line 185 
Line 185 
         const struct tm *__restrict);          const struct tm *__restrict);
 #endif  #endif
   
 #if (defined(__GNUC__) && __GNUC__ >= 2 && !defined(__STRICT_ANSI__)) || \  #if !defined(__STRICT_ANSI__) || __ISO_C_VISIBLE >= 1999
     __ISO_C_VISIBLE >= 1999  
 /* LONGLONG */  
 long long int wcstoll(const wchar_t * __restrict,  long long int wcstoll(const wchar_t * __restrict,
         wchar_t ** __restrict, int base);          wchar_t ** __restrict, int base);
 /* LONGLONG */  
 unsigned long long int wcstoull(const wchar_t * __restrict,  unsigned long long int wcstoull(const wchar_t * __restrict,
         wchar_t ** __restrict, int base);          wchar_t ** __restrict, int base);
 #endif  #endif

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29