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

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/include/wchar.h between version 1.30 and 1.30.4.1

version 1.30, 2011/07/17 20:54:34 version 1.30.4.1, 2015/01/16 09:36:12
Line 145  long int wcstol(const wchar_t * __restri
Line 145  long int wcstol(const wchar_t * __restri
 double wcstod(const wchar_t * __restrict, wchar_t ** __restrict);  double wcstod(const wchar_t * __restrict, wchar_t ** __restrict);
   
 #if defined(_ISOC99_SOURCE) || (__STDC_VERSION__ - 0) > 199901L || \  #if defined(_ISOC99_SOURCE) || (__STDC_VERSION__ - 0) > 199901L || \
     defined(_NETBSD_SOURCE)      defined(_NETBSD_SOURCE) || \
           (_POSIX_C_SOURCE - 0) >= 200112L || (_XOPEN_SOURCE - 0) >= 600
 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);
   
Line 181  int vwprintf(const wchar_t * __restrict,
Line 182  int vwprintf(const wchar_t * __restrict,
 int wprintf(const wchar_t * __restrict, ...);  int wprintf(const wchar_t * __restrict, ...);
 int wscanf(const wchar_t * __restrict, ...);  int wscanf(const wchar_t * __restrict, ...);
 #if defined(_ISOC99_SOURCE) || (__STDC_VERSION__ - 0) > 199901L || \  #if defined(_ISOC99_SOURCE) || (__STDC_VERSION__ - 0) > 199901L || \
     defined(_NETBSD_SOURCE)      defined(_NETBSD_SOURCE) || \
           (_POSIX_C_SOURCE - 0) >= 200112L || (_XOPEN_SOURCE - 0) >= 600
 int vfwscanf(FILE * __restrict, const wchar_t * __restrict, __va_list);  int vfwscanf(FILE * __restrict, const wchar_t * __restrict, __va_list);
 int vswscanf(const wchar_t * __restrict, const wchar_t * __restrict,  int vswscanf(const wchar_t * __restrict, const wchar_t * __restrict,
     __va_list);      __va_list);

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.30.4.1

CVSweb <webmaster@jp.NetBSD.org>