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

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

version 1.9, 2008/06/26 05:42:04 version 1.10, 2009/01/13 18:18:31
Line 146 
Line 146 
 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 __ISO_C_VISIBLE >= 1999
   float   wcstof(const wchar_t * __restrict, wchar_t ** __restrict);
   long double wcstold(const wchar_t * __restrict, wchar_t ** __restrict);
   #endif
   
 #if (defined(__GNUC__) && __GNUC__ >= 2 && !defined(__STRICT_ANSI__)) || \  #if (defined(__GNUC__) && __GNUC__ >= 2 && !defined(__STRICT_ANSI__)) || \
     __ISO_C_VISIBLE >= 1999      __ISO_C_VISIBLE >= 1999
 /* LONGLONG */  /* LONGLONG */

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